ws
2024-10-31 5408346178dd12b7ab78fb51c76f59c300a7e153
src/main/java/com/fzzy/api/entity/Api1110.java
@@ -2,9 +2,7 @@
import com.alibaba.fastjson.annotation.JSONField;
import com.bstek.dorado.annotation.PropertyDef;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
@@ -27,10 +25,9 @@
    @Column(name = "hwdm", length = 30)
    private String hwdm;
    @JSONField(serialize = false)
    @PropertyDef(label = "业务id")
    @Column(name = "bizId", length = 40)
    private String bizId;
    @PropertyDef(label = "统一货位编码" )
    @Column(name = "tyhwbm", length = 28)
    private String tyhwbm;
    @PropertyDef(label = "单位代码" )
    @Column(name = "dwdm", length = 18)
@@ -73,5 +70,10 @@
    @Column(name = "zhgxsj", nullable = false)
    private Date zhgxsj;
    @JSONField(serialize = false)
    @PropertyDef(label = "业务id")
    @Column(name = "bizId", length = 40)
    private String bizId;
}