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