buhuazhen
2026-05-28 9050833f2096f16f1a0aa26341287c552af00739
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
}