czt
2025-04-15 b8bb7aac6f648cac32d14e44c9f410f383b53500
src/main/java/com/fzzy/api/entity/Api1201.java
@@ -244,4 +244,8 @@
    @PropertyDef(label = "同步时间", description = "从粮库系统同步到接口管理中心的时间")
    @Column(name = "syncTime")
    private Date syncTime;
    @PropertyDef(label = "轮换年度", description = "目前上海使用")
    @Column(name = "lhnd")
    private String lhnd;
}