11111
parent
2533bb363f
commit
9ccaf7a424
|
@ -69,6 +69,8 @@ public static EtlRuleResp etlRuleRespBuilder(RuleEngine etlRule){
|
|||
.id(etlRule.getId())
|
||||
.type(etlRule.getType())
|
||||
.name(etlRule.getName())
|
||||
.status(etlRule.getStatus())
|
||||
.open(etlRule.getOpen())
|
||||
.regionName(etlRule.getRegionName())
|
||||
.createBy(etlRule.getCreateBy())
|
||||
.createTime(etlRule.getCreateTime()).build();
|
||||
|
|
Loading…
Reference in New Issue