liding
2 天以前 d75958896efd4c8a6daee9c56d048641b99cacf6
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,9 @@
     * 字段名
     */
    private String fieldName;
    /**
     * 字段名
     */
    private Integer type;
}