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/Plan.java | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/src/main/java/com/zy/crm/manager/entity/Plan.java b/src/main/java/com/zy/crm/manager/entity/Plan.java
index 5a0398d..30d3faf 100644
--- a/src/main/java/com/zy/crm/manager/entity/Plan.java
+++ b/src/main/java/com/zy/crm/manager/entity/Plan.java
@@ -240,6 +240,12 @@
@ApiModelProperty(value= "椤圭洰杩涘害娴佺▼{1锛氶」鐩垱寤猴紝2锛氭牳浠峰鐞嗭紝3锛氫骇鍝佽垂鐢ㄦ槑缁嗭紝4锛氭姤浠烽绠楀崟锛�5锛氭姤浠峰崟}")
private Integer step;
+ /**
+ * 涓氬姟鍛樿仈绯绘柟寮�
+ */
+ @ApiModelProperty(value= "涓氬姟鍛樿仈绯绘柟寮�")
+ private String userXmlSelPhone;
+
public Plan() {}
public String getHostId$(){
@@ -354,15 +360,15 @@
public String getSettle$(){
if (null == this.settle){ return null; }
switch (this.settle){
+// case 1:
+// return "绛夊緟缁勯暱瀹℃牳";
case 1:
- return "绛夊緟缁勯暱瀹℃牳";
- case 2:
return "绛夊緟鍞墠鍒嗛厤瑙勫垝鍛�";
- case 3:
+ case 2:
return "绛夊緟瑙勫垝鍛樻彁浜�";
- case 4:
+ case 3:
return "瑙勫垝鍛樺凡鎻愪氦";
- case 5:
+ case 4:
return "瀹℃壒閫氳繃";
default:
return String.valueOf(this.settle);
--
Gitblit v1.9.1