自动化立体仓库 - WMS系统
ZY
2024-07-18 088862ec1ec708f9660fe8547ad6038462da1cd1
src/main/java/com/zy/third/erp/entity/ItemTB.java
@@ -23,7 +23,7 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "AutoId", type = IdType.AUTO)
    private Integer autoId;
    private Integer AutoId;
    @ApiModelProperty(value= "")
    @TableId(value = "ItemId", type = IdType.INPUT)
@@ -69,7 +69,7 @@
    private String Flag;
    @ApiModelProperty(value= "")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss.fff")
    @TableField("MakeDate")
    private Date MakeDate;