From 4b6ed9aec826d49abc239f8d768bfecb91eceabc Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期一, 26 五月 2025 10:36:01 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/product-inventory-management-after --- src/main/java/com/ruoyi/purchase/dto/PaymentRegistrationDto.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/ruoyi/purchase/dto/PaymentRegistrationDto.java b/src/main/java/com/ruoyi/purchase/dto/PaymentRegistrationDto.java index b2db4f4..e7acb12 100644 --- a/src/main/java/com/ruoyi/purchase/dto/PaymentRegistrationDto.java +++ b/src/main/java/com/ruoyi/purchase/dto/PaymentRegistrationDto.java @@ -30,5 +30,8 @@ private BigDecimal unPaymentAmount; // 绋庣巼 - private BigDecimal taxRate; + private String taxRate; + + // 鐧昏浜� + private String registrant; } -- Gitblit v1.9.3