From 3432ffb9f111fd5f75e7d9a3fce6e4c3f459a3f9 Mon Sep 17 00:00:00 2001
From: chenjiahe <763432473@qq.com>
Date: 星期四, 11 八月 2022 17:16:48 +0800
Subject: [PATCH] 文件转化

---
 src/main/java/com/hx/corp/entity/CorpPayRequest.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/hx/corp/entity/CorpPayRequest.java b/src/main/java/com/hx/corp/entity/CorpPayRequest.java
index 88f9859..de57762 100644
--- a/src/main/java/com/hx/corp/entity/CorpPayRequest.java
+++ b/src/main/java/com/hx/corp/entity/CorpPayRequest.java
@@ -26,7 +26,7 @@
     /*(O)鏀舵鐢ㄦ埛濮撳悕,濡傛灉check_name璁剧疆涓篎ORCE_CHECK锛屽垯蹇呭~鐢ㄦ埛鐪熷疄濮撳悕*/
     private String re_user_name;
     /*(Y)閲戦*/
-    private int amount;
+    private Integer amount;
     /*(Y)浼佷笟浠樻澶囨敞*/
     private String desc;
     /*(N)Ip鍦板潃锛岃IP鍚屽湪鍟嗘埛骞冲彴璁剧疆鐨処P鐧藉悕鍗曚腑鐨処P娌℃湁鍏宠仈锛岃IP鍙紶鐢ㄦ埛绔垨鑰呮湇鍔$鐨処P*/
@@ -101,11 +101,11 @@
         this.re_user_name = re_user_name;
     }
 
-    public int getAmount() {
+    public Integer getAmount() {
         return amount;
     }
 
-    public void setAmount(int amount) {
+    public void setAmount(Integer amount) {
         this.amount = amount;
     }
 

--
Gitblit v1.8.0