gongchunyi
9 天以前 c885344040aa322a1476a8720ca5751b9288c263
src/main/java/com/ruoyi/stock/dto/StockInRecordDto.java
@@ -18,6 +18,11 @@
     */
    private String model;
    /**
     * 批次号
     */
    private String batchNo;
    /**
     * 产品单位
     */
    private String unit;
@@ -35,4 +40,7 @@
    @Schema(description = "记录ID列表")
    private List<Long> ids;
    @Schema(description = "源单号")
    private String sourceOrderNo;
}