czt
3 天以前 46ee5aac0c31c352f19344eb3cfd762817f2559e
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;
@@ -31,14 +29,13 @@
    @Column(name = "tyhwbm", length = 28)
    private String tyhwbm;
    @JSONField(serialize = false)
    @PropertyDef(label = "业务id")
    @Column(name = "bizId", length = 40)
    private String bizId;
    @PropertyDef(label = "单位代码" )
    @Column(name = "dwdm", length = 18)
    private String dwdm;
    @PropertyDef(label = "统一库区编码" )
    @Column(name = "tykqbm", length = 20)
    private String tykqbm;
    @PropertyDef(label = "库区代码" )
    @Column(name = "kqdm", length = 21)
@@ -77,5 +74,10 @@
    @Column(name = "zhgxsj", nullable = false)
    private Date zhgxsj;
    @JSONField(serialize = false)
    @PropertyDef(label = "业务id")
    @Column(name = "bizId", length = 40)
    private String bizId;
}