11111
parent
f9395ea32f
commit
5487673bc1
|
@ -42,8 +42,6 @@ public class EtlRule extends BaseEntity {
|
||||||
|
|
||||||
private String fullClassName ;
|
private String fullClassName ;
|
||||||
|
|
||||||
/** 规则说明 */
|
|
||||||
private String explain ;
|
|
||||||
|
|
||||||
/** 是否公开 0已激活 1未激活 */
|
/** 是否公开 0已激活 1未激活 */
|
||||||
private String open ;
|
private String open ;
|
||||||
|
@ -60,7 +58,6 @@ public class EtlRule extends BaseEntity {
|
||||||
.name(etlRule.getName())
|
.name(etlRule.getName())
|
||||||
.status(etlRule.getStatus())
|
.status(etlRule.getStatus())
|
||||||
.type(etlRule.getType())
|
.type(etlRule.getType())
|
||||||
.explain(etlRule.getExplain())
|
|
||||||
.remark(etlRule.getRemark())
|
.remark(etlRule.getRemark())
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
@ -73,7 +70,6 @@ public class EtlRule extends BaseEntity {
|
||||||
.name(etlRule.getName())
|
.name(etlRule.getName())
|
||||||
.status(etlRule.getStatus())
|
.status(etlRule.getStatus())
|
||||||
.type(etlRule.getType())
|
.type(etlRule.getType())
|
||||||
.explain(etlRule.getExplain())
|
|
||||||
.remark(etlRule.getRemark())
|
.remark(etlRule.getRemark())
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|
|
@ -30,9 +30,6 @@ public class EtlRuleUpdReq {
|
||||||
|
|
||||||
private String fullClassName ;
|
private String fullClassName ;
|
||||||
|
|
||||||
/** 规则说明 */
|
|
||||||
private String explain ;
|
|
||||||
|
|
||||||
/** 是否公开 0已激活 1未激活 */
|
/** 是否公开 0已激活 1未激活 */
|
||||||
private String open ;
|
private String open ;
|
||||||
|
|
||||||
|
|
|
@ -46,9 +46,6 @@ public class EtlRuleResp {
|
||||||
|
|
||||||
private String fullClassName ;
|
private String fullClassName ;
|
||||||
|
|
||||||
/** 规则说明 */
|
|
||||||
private String explain ;
|
|
||||||
|
|
||||||
|
|
||||||
@Schema(description = "创建人", defaultValue = "muyu", type = "String")
|
@Schema(description = "创建人", defaultValue = "muyu", type = "String")
|
||||||
private String createBy;
|
private String createBy;
|
||||||
|
|
Loading…
Reference in New Issue