Commit 00b8040f by zhiwj

bug

parent e77e6e2a
......@@ -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;
}
}
......@@ -13,7 +13,7 @@ public interface SmsRecordApiService {
/**
* @Title: verifySendSms
* @Description: 校验户能否发送短信
* @Description: 校验户能否发送短信
* @author zhiwj
* @param enterpriseId
* @param sendCount
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment