sangwenwei 1 年之前
父节点
当前提交
9bf7a33765

+ 1 - 1
jeeplus-modules/jeeplus-business/src/main/java/com/jeeplus/business/reimbursement/domain/JyReimbursementDetailInfoPayment.java

@@ -80,5 +80,5 @@ public class JyReimbursementDetailInfoPayment extends BaseEntity {
     /**
      * 付款金额
      */
-    private Integer paymentLower;
+    private String paymentLower;
 }