feat: CcdiProjectVO添加lsfxProjectId字段

This commit is contained in:
wkc
2026-03-04 09:55:38 +08:00
parent 4a2d993a91
commit e43d2ac0f6

View File

@@ -41,6 +41,9 @@ public class CcdiProjectVO {
/** 低风险人数 */
private Integer lowRiskCount;
/** 流水分析平台项目ID */
private Integer lsfxProjectId;
/** 创建时间 */
private Date createTime;