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; }