自动化立体仓库 - WMS系统
zhang
2025-10-15 4efbae5ec45efc1b84aa9bff29c855300f044b6a
src/main/java/com/zy/third/entity/ExdInstockTarget.java
@@ -6,6 +6,8 @@
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import com.baomidou.mybatisplus.enums.IdType;
import lombok.Data;
/**
@@ -18,8 +20,8 @@
    /**
     * 
     */
    @TableId
    private Long id;
    @TableId(value = "ID", type = IdType.AUTO)
    private String ID;
    /**
     * 
@@ -129,12 +131,12 @@
    /**
     * 
     */
    private String fdcspid;
    private Integer fdcspid;
    /**
     * 
     */
    private String fdcstockid;
    private Integer fdcstockid;
    /**
     * 
@@ -216,6 +218,12 @@
     */
    private String readormsg;
    /**
     *
     */
    private String ProdInKind;
    @TableField(exist = false)
    private static final long serialVersionUID = 1L;
}