huminmin
2026-05-12 0f7d73f4cf67ae7b4f47f68e5f23da38ae223a50
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
}