|
@@ -97,12 +97,12 @@ public class MaterialMeterForm extends BaseEntity {
|
|
|
/**
|
|
|
* 备料堆放地点
|
|
|
*/
|
|
|
- @ApiModelProperty(value = "备料堆放地点")
|
|
|
+ @ApiModelProperty(value = "备料堆放地点(进料发票号)")
|
|
|
private String storagePlace;
|
|
|
/**
|
|
|
* 存储情况
|
|
|
*/
|
|
|
- @ApiModelProperty(value = "存储情况")
|
|
|
+ @ApiModelProperty(value = "存储情况(质保书编号)")
|
|
|
private String storageStatus;
|
|
|
/**
|
|
|
* 材料来源
|
|
@@ -122,7 +122,7 @@ public class MaterialMeterForm extends BaseEntity {
|
|
|
/**
|
|
|
* 合格证
|
|
|
*/
|
|
|
- @ApiModelProperty(value = "合格证")
|
|
|
+ @ApiModelProperty(value = "合格证(抽检报告编号)")
|
|
|
private String certificate;
|
|
|
/**
|
|
|
* 备注
|