Commit b6a2acbc authored by 李驰骋's avatar 李驰骋

物料添加产线同步字段

parent ce7b3fb3
......@@ -46,10 +46,10 @@ public class MdItemErpDto
@ApiModelProperty("物料/产品分类ID")
private Long itemTypeId;
// @JsonProperty("mb005")
// @JsonDeserialize(using = TrimStringDeserializer.class)
// @ApiModelProperty("物料/产品分类")
// private String itemTypeName;
@JsonProperty("udf05")
@JsonDeserialize(using = TrimStringDeserializer.class)
@ApiModelProperty("所属产线")
private String lineName;
@JsonProperty("udf07")
@JsonDeserialize(using = TrimStringDeserializer.class)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment