自动化立体仓库 - WMS系统
pang.jiabao
2025-04-09 bc3749c68a8e10d346628b4612e7820f708ea556
src/main/java/com/zy/ints/entity/Prdt.java
@@ -11,7 +11,7 @@
import java.io.Serializable;
@Data
@TableName("erp_prdt")
@TableName("ERP_PRDT")
public class Prdt implements Serializable {
    private static final long serialVersionUID = 1L;
@@ -54,6 +54,24 @@
    @ApiModelProperty(value = "状态")
    private Integer status;
    /**
     * 备用字段1
     */
    @ApiModelProperty(value = "备用字段1")
    private String temp1;
    /**
     * 备用字段2
     */
    @ApiModelProperty(value = "备用字段2")
    private String temp2;
    /**
     * 备用字段3
     */
    @ApiModelProperty(value = "备用字段3")
    private String temp3;
    public Prdt() {
    }