【物料主数据】同步HANA物料采购属性

This commit is contained in:
10001392 2024-12-25 09:56:18 +08:00
parent 717c10f5bd
commit b4adf9bc45
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ public class MaterialMainAttrEntity implements Serializable {
@TableField(value = "plan_delivery_time")
@ApiModelProperty(value = "计划交货时间(天数)")
private String planDeliveryTime;
private Integer planDeliveryTime;
/**
* 创建人

View File

@ -62,7 +62,7 @@ public class SopMaterialInfo {
private String SOBSL;
@ApiModelProperty("计划交货时间")
private String PLIFZ;
private Integer PLIFZ;
// 采购属性信息 end
@ApiModelProperty("物料价格")