Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform
Commits
c548ee86
Commit
c548ee86
authored
Jul 15, 2019
by
hezhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
短信发送
parent
c76fea50
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
6 deletions
+22
-6
SmsTemplateDTO.java
.../java/com/xxfc/platform/universal/dto/SmsTemplateDTO.java
+8
-0
pom.xml
xx-universal/xx-universal-server/pom.xml
+0
-6
BranchCompany.java
.../java/com/xxfc/platform/vehicle/entity/BranchCompany.java
+14
-0
No files found.
xx-universal/xx-universal-api/src/main/java/com/xxfc/platform/universal/dto/SmsTemplateDTO.java
View file @
c548ee86
...
...
@@ -16,6 +16,14 @@ public class SmsTemplateDTO {
public
static
final
int
RENT_MEMENT
=
2
;
public
static
final
int
TOUR
=
3
;
public
static
final
int
MEMENT
=
4
;
//租/还车公司相同(订单支付后立即发送给相关负责人)
public
static
final
int
TAAKE_CAR
=
5
;
//租/还车公司不同(发给租车公司负责人,订单支付后发送)
public
static
final
int
DIFFERENT_TAAKE_CAR
=
6
;
// 租/还车公司不同(发给还车公司负责人,订单出车后发))(相同不发)
public
static
final
int
ALSO_CAR
=
7
;
//取消订单
public
static
final
int
CANCEL
=
8
;
//类型:1-租车订单通知(普通用户),2-租车订单短信(会员权益),3-旅游订单短信,4-加入会员通知
private
Integer
type
;
...
...
xx-universal/xx-universal-server/pom.xml
View file @
c548ee86
...
...
@@ -78,12 +78,6 @@
<version>
2.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
com.github.wxiaoqi
</groupId>
<artifactId>
ace-admin-api
</artifactId>
<version>
2.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
com.alipay.sdk
</groupId>
<artifactId>
alipay-sdk-java
</artifactId>
...
...
xx-vehicle/xx-vehicle-api/src/main/java/com/xxfc/platform/vehicle/entity/BranchCompany.java
View file @
c548ee86
...
...
@@ -105,4 +105,18 @@ public class BranchCompany {
private
Integer
zoneId
;
private
String
phone
;
/**
* 租车客服电话
*/
@Column
(
name
=
"vehice_service_phone"
)
@ApiModelProperty
(
"租车客服电话"
)
private
Integer
vehiceServicePhone
;
/**
* 旅游客服电话
*/
@Column
(
name
=
"tour_service_phone"
)
@ApiModelProperty
(
"旅游客服电话"
)
private
Integer
tourServicePhone
;
}
\ No newline at end of file
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