Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-enterprise
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-platform-enterprise
Commits
00b8040f
Commit
00b8040f
authored
Mar 31, 2020
by
zhiwj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
e77e6e2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
+14
-1
SmsRecordDTO.java
...pi/src/main/java/com/gic/enterprise/dto/SmsRecordDTO.java
+13
-0
SmsRecordApiService.java
.../java/com/gic/enterprise/service/SmsRecordApiService.java
+1
-1
No files found.
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/SmsRecordDTO.java
View file @
00b8040f
...
...
@@ -120,6 +120,11 @@ public class SmsRecordDTO implements Serializable {
@NotNull
(
message
=
"会员卡id不能为空"
,
groups
=
SmsRecordValid
.
class
)
private
Long
memberCardId
;
/**
* 通知code
*/
private
String
noticeCode
;
private
String
nationCode
;
...
...
@@ -435,4 +440,12 @@ public class SmsRecordDTO implements Serializable {
public
void
setNationName
(
String
nationName
)
{
this
.
nationName
=
nationName
;
}
public
String
getNoticeCode
()
{
return
noticeCode
;
}
public
void
setNoticeCode
(
String
noticeCode
)
{
this
.
noticeCode
=
noticeCode
;
}
}
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/service/SmsRecordApiService.java
View file @
00b8040f
...
...
@@ -13,7 +13,7 @@ public interface SmsRecordApiService {
/**
* @Title: verifySendSms
* @Description: 校验
用
户能否发送短信
* @Description: 校验
商
户能否发送短信
* @author zhiwj
* @param enterpriseId
* @param sendCount
...
...
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