chenrui
2025-05-26 698008c4a0f97efa3c583967e246b78777b150a7
src/main/java/com/ruoyi/purchase/dto/PurchaseLedgerDto.java
@@ -107,4 +107,13 @@
     */
    private Long businessPersonId;
    /**
     *  产品id
     */
    private Long productId;
    /**
     * 产品规格id
     */
    private Long productModelId;
}