Commit 1eddf885 authored by tianyiming's avatar tianyiming

useinfo添加是否纳管字段

parent 36918370
......@@ -231,4 +231,12 @@ public class IdxBizJgUseInfo extends TzsBaseEntity {
@TableField("\"SAFETY_MANAGER_ID\"")
private String safetyManagerId;
/**
* 是否是否纳管:true - 已纳管 false-未纳管
*/
@TableField("\"IS_INTO_MANAGEMENT\"")
private Boolean isIntoManagement;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment