YYC
2023-12-12 16522bfb6150c327ac1195b5b8d50a0cbdac8a9a
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";
    /**
     *
     */
@@ -34,7 +34,7 @@
    private String wjdz;
    @PropertyDef(label = "文件名称")
    @Column(name = "wjmc", length = 41)
    @Column(name = "wjmc", length = 37)
    private String wjmc;
    @PropertyDef(label = "库区代码")
@@ -45,8 +45,8 @@
    @Column(name = "fileStorageId", length = 20)
    private String fileStorageId;
    @PropertyDef(label = "文件类型", description = "1:库区鸟瞰图 2:入库图片 3:出库图片 4:入库检斤视频(截取检斤时间前后各 5秒钟视频)5:出库检斤视频(截取检斤时间前后各 5 秒钟视频)")
    @Column(name = "wjlx", length = 1)
    @PropertyDef(label = "文件类型", description = "1:库区鸟瞰图 2:入库图片 3:出库图片 4:入库检斤视频(截取检斤时间前后各 5秒钟视频)5:出库检斤视频(截取检斤时间前后各 5 秒钟视频)104:熏蒸备案接口附件")
    @Column(name = "wjlx", length = 3)
    private String wjlx;
    @PropertyDef(label = "文件流")