Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
AutogeneralShanghai
yd-backend
Commits
f70bda75
Commit
f70bda75
authored
Jun 25, 2023
by
Mahjong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
专家处理商机,更新预约状态,给客户发送预约成功短信,自动添加当前商机到日程1
parent
5234dba5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
yd-api/src/main/java/com/yd/dal/entity/marketing/AgSfpAppointmentRecord.java
+25
-0
No files found.
yd-api/src/main/java/com/yd/dal/entity/marketing/AgSfpAppointmentRecord.java
0 → 100644
View file @
f70bda75
package
com
.
yd
.
dal
.
entity
.
marketing
;
import
lombok.Data
;
import
java.io.Serializable
;
import
java.util.Date
;
@Data
public
class
AgSfpAppointmentRecord
implements
Serializable
{
private
static
final
long
serialVersionUID
=
1L
;
private
Long
id
;
//serial idPRIauto_increment
private
Long
sfpMainId
;
//主表ID
private
Long
userId
;
//客户id ag_sfp_user.id
private
Integer
appointmentType
;
//预约类型
private
Integer
customerSource
;
//客户来源
private
String
expecteTime
;
//客户期望沟通时间
private
Integer
status
;
//预约确认状态 0-待确认 1-已确认
private
Integer
isComplete
;
//是否沟通 0-未沟通 1-已沟通
private
String
expert
;
//专家
private
Integer
isActive
;
//1=active 0=inactive
private
String
remark
;
//备注
private
Date
createdAt
;
//创建时间
private
String
createdBy
;
//创建人
private
Date
updatedAt
;
//修改时间
private
String
updatedBy
;
//修改人
}
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