物料添加字段;
This commit is contained in:
+10
-1
@@ -234,5 +234,14 @@ public class MaterialBaseInfoFeign extends BaseVOEntity{
|
|||||||
|
|
||||||
@ApiModelProperty("批次ID")
|
@ApiModelProperty("批次ID")
|
||||||
private Long batchId;
|
private Long batchId;
|
||||||
}
|
|
||||||
|
|
||||||
|
@ApiModelProperty("保额")
|
||||||
|
@Excel(name = "保额")
|
||||||
|
private BigDecimal insureAmount;
|
||||||
|
|
||||||
|
@ApiModelProperty(name = "收费标准")
|
||||||
|
private String chargeStandard;
|
||||||
|
|
||||||
|
@ApiModelProperty(name = "单位")
|
||||||
|
private String unit;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user