【物料主数据】同步HANA物料采购属性
This commit is contained in:
parent
717c10f5bd
commit
b4adf9bc45
|
|
@ -48,7 +48,7 @@ public class MaterialMainAttrEntity implements Serializable {
|
|||
|
||||
@TableField(value = "plan_delivery_time")
|
||||
@ApiModelProperty(value = "计划交货时间(天数)")
|
||||
private String planDeliveryTime;
|
||||
private Integer planDeliveryTime;
|
||||
|
||||
/**
|
||||
* 创建人
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ public class SopMaterialInfo {
|
|||
private String SOBSL;
|
||||
|
||||
@ApiModelProperty("计划交货时间")
|
||||
private String PLIFZ;
|
||||
private Integer PLIFZ;
|
||||
// 采购属性信息 end
|
||||
|
||||
@ApiModelProperty("物料价格")
|
||||
|
|
|
|||
Loading…
Reference in New Issue