项目进度分析

This commit is contained in:
sxu 2025-07-24 17:58:35 +08:00
parent 108f99d25f
commit ebea924bfd
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ import lombok.Data;
@Data
public class ProjectRisk {
private String id;
private String proId;
private String proPart;
private String riskDesc;
}