liding
18 小时以前 cb966ac5c02835eab5a99b7b93a5a9a063cf3201
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,16 @@
     * 字段名
     */
    private String fieldName;
    /**
     * 字段名
     */
    private Integer type;
    /**
     * 煤种
     */
    private String coal;
    private String registrant;
}