From 724674c54da32406a16264850c3719b2553aada6 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 10 八月 2023 19:35:36 +0800 Subject: [PATCH] Merge branch 'master' into fly --- constvar/serviceOrder.go | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/constvar/serviceOrder.go b/constvar/serviceOrder.go index 959e402..0e67d54 100644 --- a/constvar/serviceOrder.go +++ b/constvar/serviceOrder.go @@ -1,4 +1,5 @@ package constvar + type ServiceOrderQueryClass string const ( @@ -8,5 +9,12 @@ type ServiceOrderKeywordType string const ( - ServiceOrderKeywordCustomerName ServiceOrderKeywordType = "" + ServiceOrderKeywordOrderNumber ServiceOrderKeywordType = "鏈嶅姟鍗曠紪鍙�" + ServiceOrderKeywordSubject ServiceOrderKeywordType = "涓婚" + ServiceOrderKeywordClientName ServiceOrderKeywordType = "瀹㈡埛鍚嶇О" + ServiceOrderKeywordRealProcessTime ServiceOrderKeywordType = "瀹為檯澶勭悊鏃堕棿" + ServiceOrderKeywordServiceMan ServiceOrderKeywordType = "鏈嶅姟浜哄憳" + ServiceOrderKeywordServiceType ServiceOrderKeywordType = "鏈嶅姟鏂瑰紡" + ServiceOrderKeywordProductType ServiceOrderKeywordType = "浜у搧绫诲埆" + ServiceOrderKeywordFaultType ServiceOrderKeywordType = "鏁呴殰绫诲埆" ) -- Gitblit v1.8.0