From bdb8ec61148722fe9733733fb0a3ed0ea391ae98 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期二, 12 九月 2023 10:29:51 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/crm/manager/entity/ReimburseOnline.java |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/crm/manager/entity/ReimburseOnline.java b/src/main/java/com/zy/crm/manager/entity/ReimburseOnline.java
index d411a3c..a5c7538 100644
--- a/src/main/java/com/zy/crm/manager/entity/ReimburseOnline.java
+++ b/src/main/java/com/zy/crm/manager/entity/ReimburseOnline.java
@@ -167,6 +167,30 @@
 //            null    // 鍒涘缓鏃堕棿
 //    );
 
+    public String getSettle$(){
+        if (null == this.settle){ return null; }
+        switch (this.settle){
+            case 0:
+                return "寰呮彁浜�";
+            case 1:
+                return "绛夊緟閮ㄩ棬缁忕悊瀹℃牳";
+            case 2:
+                return "绛夊緟缁撶偣3瀹℃牳";
+            case 3:
+                return "绛夊緟缁撶偣4瀹℃牳";
+            case 4:
+                return "绛夊緟缁撶偣5瀹℃牳";
+            case 5:
+                return "绛夊緟缁撶偣6瀹℃牳";
+            case 6:
+                return "鐢宠閫氳繃";
+            case 7:
+                return "鐢宠閫氳繃";
+            default:
+                return String.valueOf(this.settle);
+        }
+    }
+
     public String getCreateTime$(){
         if (Cools.isEmpty(this.createTime)){
             return "";

--
Gitblit v1.9.1