From c6e9227208dc46f2f46f046fea0b21bea398a16c Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期六, 07 十月 2023 09:40:15 +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