huminmin
2026-04-25 c7a252cc254f7f4fe998cd3a4764e14d52552958
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
}