src/main/java/com/zy/asrs/entity/param/MatInfoParam.java
@@ -6,18 +6,18 @@ /** * 存货档案同步 u8 * 商品档案同步 u8 */ @Data public class MatInfoParam { /* 存货编码 商品编码 */ private String cinvcode; /* 存货名称 商品名称 */ private String cinvname; @@ -27,12 +27,12 @@ private String cInvStd; /* 存货分类编码 商品分类编码 */ private String cinvccode; /* 存货分类名称 商品分类名称 */ private String cInvCName; @@ -71,7 +71,11 @@ */ private String cinvdefine4; private boolean type; private boolean insert; private boolean update; private boolean error; private String memo;