新增场景产品等级 料号颜色解析

This commit is contained in:
2023-12-25 16:56:55 +08:00
parent 558e106f17
commit db6a0a7739
55 changed files with 2091 additions and 23 deletions

View File

@@ -185,4 +185,7 @@ public class WoPackagingBoxSubstrateDTO implements Serializable {
@ApiModelProperty(value = "最近打印时间(转)")
private String printTime1;
@ApiModelProperty(value = "颜色(物料号匹配)")
private String color;
}