工程和工程进度
This commit is contained in:
parent
445043ee65
commit
2634b9c6c2
|
|
@ -25,7 +25,7 @@ public class ProjectProgressNew extends BaseEntity {
|
||||||
|
|
||||||
/** 工程id */
|
/** 工程id */
|
||||||
@ApiModelProperty(value = "工程id")
|
@ApiModelProperty(value = "工程id")
|
||||||
private Long projectId;
|
private String projectId;
|
||||||
|
|
||||||
/** 工程名称 */
|
/** 工程名称 */
|
||||||
@ApiModelProperty(value = "工程名称")
|
@ApiModelProperty(value = "工程名称")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue