Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ry-crm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
田光明
ry-crm
Commits
ff68ccb0
Commit
ff68ccb0
authored
Mar 07, 2025
by
EDY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
c77cf82e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
BaseCustomInfo.java
...java/com/ruoyi/system/domain/business/BaseCustomInfo.java
+6
-6
No files found.
ruoyi-system/src/main/java/com/ruoyi/system/domain/business/BaseCustomInfo.java
View file @
ff68ccb0
...
...
@@ -33,11 +33,11 @@ public class BaseCustomInfo extends BaseEntity
private
String
khgs
;
/** 客户类型 */
@Excel
(
name
=
"客户
类型
"
)
@Excel
(
name
=
"客户
来源"
,
readConverterExp
=
"1=软艺,2=软通,3=网联,4=软盈,5=渠道
"
)
private
Long
khly
;
/** 产品类别 */
@Excel
(
name
=
"产品类别"
)
@Excel
(
name
=
"产品类别"
,
readConverterExp
=
"1=APP,2=PC,3=小程序,4=H5"
)
private
Long
cplb
;
/** 手机号 */
...
...
@@ -57,15 +57,15 @@ public class BaseCustomInfo extends BaseEntity
private
String
khxq
;
/** 客户行业 */
@Excel
(
name
=
"客户行业"
)
@Excel
(
name
=
"客户行业"
,
readConverterExp
=
"1=农林牧渔,2=采矿业,3=制造业,4=水电燃气,5=建筑业,6=批发零售,7=交通运输,8=住宿餐饮,9=互联网,10=房地产业,11=商务服务,12=科技服务,13=居民服务,14=水利公共,15=公共卫生,16=文体娱乐,17=公共机构,18=国际组织,19=教育培训,20=其他"
)
private
String
khhy
;
/** 意向等级 */
@Excel
(
name
=
"意向等级"
)
@Excel
(
name
=
"意向等级"
,
readConverterExp
=
"1=无意向,2=低意向,3=高意向"
)
private
Long
yxdj
;
/** 客户状态 */
@Excel
(
name
=
"客户状态"
)
@Excel
(
name
=
"客户状态"
,
readConverterExp
=
"1=未联系,2=已上门,3=已电话,4=已微信,5=已成交,6=已签合同,7=已终止,8=商务谈判"
)
private
Long
khzt
;
/** 归属 1 个人 2 部门 */
...
...
@@ -83,7 +83,7 @@ public class BaseCustomInfo extends BaseEntity
/** 标签 */
@Excel
(
name
=
"标签"
)
@Excel
(
name
=
"标签"
,
separator
=
"1=预算低,2=个人,3=公司,4=有实力,5=预算一般,6=预算高,7=比价,8=找本地,9=未接通"
)
private
String
bq
;
/** 备注 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment