wangfei
2024-10-17 32bc1fb9a3692c460d21f8094ca80f1e0e0eb6a6
hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/shelfrack/entity/ShelfRack.java
@@ -2,6 +2,9 @@
import java.io.Serializable;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@@ -27,8 +30,8 @@
    /**
     *   
     */
    @ApiModelProperty(" ")
    private Long id;
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    /**
     *  架子编号
@@ -46,7 +49,7 @@
     *  包号编号
     */
    @ApiModelProperty("包号编号")
    private Long rawPackageId;
    private Integer rawPackageId;
    /**
     *  修改时间