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

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

@@ -116,6 +116,9 @@ public class WoPackagingBoxDTO implements Serializable {
private String orderNum;
@ApiModelProperty(value = "基板列表")
private List<WoPackagingBoxSubstrate> substrateList;;
private List<WoPackagingBoxSubstrate> substrateList;
@ApiModelProperty(value = "颜色(物料号匹配)")
private String color;
}