feat:添加商品品牌接口

This commit is contained in:
haoxr 2020-11-01 23:56:15 +08:00
parent 46aba70db8
commit 82446e7f96
2 changed files with 0 additions and 6 deletions

View File

@ -54,8 +54,4 @@ public class OmsOrder extends BaseEntity {
private String shipSn; private String shipSn;
} }

View File

@ -25,7 +25,5 @@ public class PmsCategory extends BaseEntity {
private String unit; private String unit;
private Integer count;
private Integer status; private Integer status;
} }