Showing
3 changed files
with
4 additions
and
0 deletions
@@ -25,4 +25,6 @@ public class ConvertConfigDTO extends TenantDTO { | @@ -25,4 +25,6 @@ public class ConvertConfigDTO extends TenantDTO { | ||
25 | private Integer status; | 25 | private Integer status; |
26 | 26 | ||
27 | private transient Integer nodeType; | 27 | private transient Integer nodeType; |
28 | + | ||
29 | + private String remark; | ||
28 | } | 30 | } |
@@ -18,4 +18,5 @@ public class ConvertConfig extends TenantBaseEntity { | @@ -18,4 +18,5 @@ public class ConvertConfig extends TenantBaseEntity { | ||
18 | private JsonNode configuration; | 18 | private JsonNode configuration; |
19 | private Integer status; | 19 | private Integer status; |
20 | private Integer nodeType; | 20 | private Integer nodeType; |
21 | + private String remark; | ||
21 | } | 22 | } |
@@ -15,6 +15,7 @@ | @@ -15,6 +15,7 @@ | ||
15 | <result property="updateTime" column="update_time"/> | 15 | <result property="updateTime" column="update_time"/> |
16 | <result property="creator" column="creator"/> | 16 | <result property="creator" column="creator"/> |
17 | <result property="updater" column="updater"/> | 17 | <result property="updater" column="updater"/> |
18 | + <result property="remark" column="remark"/> | ||
18 | </resultMap> | 19 | </resultMap> |
19 | <update id="updateConvertStatusByIds"> | 20 | <update id="updateConvertStatusByIds"> |
20 | UPDATE iotfs_convert_config | 21 | UPDATE iotfs_convert_config |