gongchunyi
昨天 55487a75a65c14b73f72871e5470744e0564866a
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;
}