master
zhang chengzhi 2024-08-23 11:49:22 +08:00
parent 2533bb363f
commit 9ccaf7a424
1 changed files with 2 additions and 0 deletions

View File

@ -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();