CZT
2024-03-09 4c6b38c84b14e90bd0844046645c61796746696c
src/main/java/com/fzzy/api/entity/Api1212.java
@@ -23,7 +23,7 @@
@Entity
@Table(name = "API_1212")
@EqualsAndHashCode(callSuper = false)
public class Api1212 extends ApiParent implements Serializable {
public class Api1212 implements Serializable {
    public static String SORT_PROP = "kqmc";
@@ -36,7 +36,7 @@
    @JSONField(serialize = false)
    @Id
    @Column(name = "id")
    @Column(name = "id", length = 50)
    private String id;
    @PropertyDef(label = "单位代码")
@@ -112,5 +112,13 @@
    @Column(name = "zhgxsj")
    private Date zhgxsj;
    @JSONField(serialize = false)
    @PropertyDef(label = "业务id")
    @Column(name = "bizId", length = 40)
    private String bizId;
    @JSONField(serialize = false)
    @PropertyDef(label = "同步时间", description = "从粮库系统同步到接口管理中心的时间")
    @Column(name = "syncTime")
    private Date syncTime;
}