|
|
@@ -66,6 +66,10 @@ public class CostProjectTaskMaterial extends BaseModel<CostProjectTaskMaterial>
|
|
|
@JsonProperty("informationName")
|
|
|
private String informationName;
|
|
|
|
|
|
+ @ApiModelProperty(value ="资料类型")
|
|
|
+ @TableField(exist = false)
|
|
|
+ private String informationTypeName;
|
|
|
+
|
|
|
@ApiModelProperty(value = "资料要求")
|
|
|
@TableField("information_require")
|
|
|
@JsonProperty("informationRequire")
|
|
|
@@ -260,6 +264,14 @@ public class CostProjectTaskMaterial extends BaseModel<CostProjectTaskMaterial>
|
|
|
public void setUploaded(boolean isUploaded) {
|
|
|
this.isUploaded = isUploaded;
|
|
|
}
|
|
|
+
|
|
|
+ public String getInformationTypeName() {
|
|
|
+ return informationTypeName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInformationTypeName(String informationTypeName) {
|
|
|
+ this.informationTypeName = informationTypeName;
|
|
|
+ }
|
|
|
|
|
|
@Override
|
|
|
public String toString() {
|