huminmin
2026-06-03 89d6566cd8c905a99096dba9205a7c148db63d8f
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementRecordOutAdd.java
@@ -17,6 +17,13 @@
    private Integer userId;
    private Integer salesLedgerProductId;
    private Long salesLedgerProductId;
    /**
     * 出库类型 1-采购出库 2-销售出库 3-自定义
     */
    private Integer type;
    private Long productModelId;// 基础产品ID
}