项目进度分析
This commit is contained in:
parent
108f99d25f
commit
ebea924bfd
|
|
@ -4,6 +4,8 @@ import lombok.Data;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class ProjectRisk {
|
public class ProjectRisk {
|
||||||
|
private String id;
|
||||||
|
private String proId;
|
||||||
private String proPart;
|
private String proPart;
|
||||||
private String riskDesc;
|
private String riskDesc;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue