feat: CcdiProject实体类添加lsfxProjectId字段
This commit is contained in:
@@ -50,6 +50,9 @@ public class CcdiProject implements Serializable {
|
|||||||
/** 低风险人数 */
|
/** 低风险人数 */
|
||||||
private Integer lowRiskCount;
|
private Integer lowRiskCount;
|
||||||
|
|
||||||
|
/** 流水分析平台项目ID */
|
||||||
|
private Integer lsfxProjectId;
|
||||||
|
|
||||||
/** 删除标志:0-存在,2-删除 */
|
/** 删除标志:0-存在,2-删除 */
|
||||||
@TableLogic
|
@TableLogic
|
||||||
private String delFlag;
|
private String delFlag;
|
||||||
|
|||||||
Reference in New Issue
Block a user