feat: CcdiProject实体类添加lsfxProjectId字段

This commit is contained in:
wkc
2026-03-04 09:55:10 +08:00
parent 301fa6c85c
commit 4a2d993a91

View File

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