liding
5 天以前 02f0f418d2409a8a19b440101601c6b604e21606
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;
}