验收修改
This commit is contained in:
parent
13c1c9ac8b
commit
fb12f6d3d2
@ -73,6 +73,10 @@ public class Engineering implements Serializable {
|
||||
@ApiModelProperty(value = "工程类别(1:房屋建筑;2:市政公用工程;3:轨道交通工程;4:公共建设项目;5:其他)")
|
||||
private Integer engineeringType;
|
||||
|
||||
|
||||
@ApiModelProperty(value = "工程类别")
|
||||
private String projectSecondType;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "工程类别名称")
|
||||
private String engineeringTypeName;
|
||||
|
||||
@ -84,6 +84,9 @@ public class EngineeringStage implements Serializable {
|
||||
@Excel(name = "项目类别", width = 15)
|
||||
@ApiModelProperty(value = "项目类别")
|
||||
private Integer engineeringType;
|
||||
|
||||
@ApiModelProperty(value = "工程类别")
|
||||
private String projectSecondType;
|
||||
/**
|
||||
* 项目用途
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user