自动化立体仓库 - WMS系统
zwl
2025-10-28 d3c7820992ccfb3296ec031a7c019a4300347b83
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;
    /**
     * 
@@ -216,6 +218,12 @@
     */
    private String readormsg;
    /**
     *
     */
    private String prodinkind;
    @TableField(exist = false)
    private static final long serialVersionUID = 1L;
}