liding
2 天以前 f6f57ba70679a0b050031f3cdf81b5bf5d4cbd60
main-business/src/main/java/com/ruoyi/business/dto/PendingInventoryDto.java
@@ -13,6 +13,12 @@
    @JsonProperty("pId")
    private Long pId;
    /**
     * 正式库id
     */
    @JsonProperty("officialId")
    private Long officialId;
    private List<Map<String, String>> fieldValue;
    /**
@@ -27,4 +33,21 @@
     * 字段名
     */
    private String fieldName;
    /**
     * 字段名
     */
    private Integer type;
    /**
     * 煤种
     */
    private String coal;
    /**
     * 登记人
     */
    private String registrant;
    private String searchAll;
}