Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8timerv2
8timerapiv200
Commits
982181b4
Commit
982181b4
authored
4 years ago
by
邓实川
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户管理-统计图优化
parent
cb219dde
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
94 additions
and
60 deletions
+94
-60
src/main/java/cn/timer/api/bean/crm/CrmClientData.java
+6
-2
src/main/java/cn/timer/api/controller/crm/CrmController.java
+86
-56
src/main/java/cn/timer/api/dao/clazz/ClientSourceClassMapper.java
+1
-1
src/main/java/cn/timer/api/dao/clazz/ClientTypeClassMapper.java
+1
-1
No files found.
src/main/java/cn/timer/api/bean/crm/CrmClientData.java
View file @
982181b4
...
...
@@ -80,14 +80,18 @@ public class CrmClientData extends Model<CrmClientData> {
@ApiModelProperty
(
value
=
"客户邮箱"
)
private
String
clientEmail
;
@ApiModelProperty
(
value
=
"区编号"
)
private
Integer
keyId
;
@ApiModelProperty
(
value
=
"省"
)
private
String
province
;
@ApiModelProperty
(
value
=
"省id"
)
private
Integer
provinceId
;
@ApiModelProperty
(
value
=
"市"
)
private
String
city
;
@ApiModelProperty
(
value
=
"市"
)
private
Integer
cityId
;
@ApiModelProperty
(
value
=
"区"
)
private
String
district
;
@ApiModelProperty
(
value
=
"区编号"
)
private
Integer
districtId
;
@ApiModelProperty
(
value
=
"邮编"
)
private
String
zipCode
;
@ApiModelProperty
(
value
=
"详细地址"
)
...
...
This diff is collapsed.
Click to expand it.
src/main/java/cn/timer/api/controller/crm/CrmController.java
View file @
982181b4
This diff is collapsed.
Click to expand it.
src/main/java/cn/timer/api/dao/clazz/C
il
entSourceClassMapper.java
→
src/main/java/cn/timer/api/dao/clazz/C
li
entSourceClassMapper.java
View file @
982181b4
...
...
@@ -19,6 +19,6 @@ import cn.timer.api.bean.clazz.ClientSourceClass;
* @date 2020年6月8日
* @version 1.0
*/
public
interface
C
il
entSourceClassMapper
extends
BaseMapper
<
ClientSourceClass
>
{
public
interface
C
li
entSourceClassMapper
extends
BaseMapper
<
ClientSourceClass
>
{
}
This diff is collapsed.
Click to expand it.
src/main/java/cn/timer/api/dao/clazz/C
il
entTypeClassMapper.java
→
src/main/java/cn/timer/api/dao/clazz/C
li
entTypeClassMapper.java
View file @
982181b4
...
...
@@ -19,6 +19,6 @@ import cn.timer.api.bean.clazz.ClientTypeClass;
* @date 2020年6月8日
* @version 1.0
*/
public
interface
C
il
entTypeClassMapper
extends
BaseMapper
<
ClientTypeClass
>
{
public
interface
C
li
entTypeClassMapper
extends
BaseMapper
<
ClientTypeClass
>
{
}
This diff is collapsed.
Click to expand it.
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