自动化立体仓库 - WMS系统
#
whycq
2024-05-31 816dd2c85762f5430842e61f17c467c29bfdc76e
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;