buhuazhen
6 天以前 aeb7d490c7fa55ae4861a43d256a5a9cf649d39c
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementRecordOutAdd.java
@@ -17,11 +17,13 @@
    private Integer userId;
    private Integer salesLedgerProductId;
    private Long salesLedgerProductId;
    /**
     * 出库类型 1-采购出库 2-销售出库 3-自定义
     */
    private Integer type;
    private Long productModelId;// 基础产品ID
}