Commit ed34748f authored by cq990612's avatar cq990612

优化代码结构

parent fb43d1c4
...@@ -65,7 +65,7 @@ public class ManagerProjectsDto implements Serializable { ...@@ -65,7 +65,7 @@ public class ManagerProjectsDto implements Serializable {
private Date modifyTime; private Date modifyTime;
/**其他*/ /**其他*/
@ApiModelProperty(name = "Participants",value = "参与人员") @ApiModelProperty(name = "participants",value = "参与人员")
private String participants; private String participants;
@ApiModelProperty(name = "currentLaborCost",value = "当前工时成本") @ApiModelProperty(name = "currentLaborCost",value = "当前工时成本")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment