CZT
2023-12-27 2fe99f0d876377f7d20cb922c83d31cfbf766020
src/main/java/com/fzzy/api/entity/Api1109.java
@@ -17,7 +17,7 @@
public class Api1109 implements Serializable {
    public static String SORT_PROP = "id";
    public static String SORT_PROP = "syncTime";
    /**
     *
     */
@@ -71,4 +71,10 @@
    @PropertyDef(label = "同步时间", description = "从粮库系统同步到接口管理中心的时间")
    @Column(name = "syncTime")
    private Date syncTime;
    /*-----上海使用-----*/
    @PropertyDef(label = "业务单号", description = "当文件类型为1,为空;当文件类型为2、3、4、5传出入库业务单号;当文件类型为6,传合同号;当文件类型为10.、11,传风险点编码")
    @Column(name = "ywdh")
    private String ywdh;
}