修改展示组件和电检逻辑

yun-zuoyi
宋军超 5 years ago
parent f25a186d77
commit 31f289e1be

@ -84,6 +84,9 @@ public class ProductInfoManageModel {
@ApiParam("总队列类型") @ApiParam("总队列类型")
private List<Integer> queueTypeList; private List<Integer> queueTypeList;
@ApiParam("总工单类型")
private List<String> workTypeList;
public ProductInfoManageModel() { public ProductInfoManageModel() {
} }

Loading…
Cancel
Save