|
@@ -6,22 +6,23 @@ package com.qmth.distributed.print.business.domain;
|
|
|
public class SmsDomain {
|
|
|
|
|
|
String smsNormalCode;
|
|
|
-
|
|
|
Integer codeExpiredTime;
|
|
|
-
|
|
|
Integer codeSendInterval;
|
|
|
-
|
|
|
String aliyunSMSKey;
|
|
|
-
|
|
|
String aliyunSMSSecret;
|
|
|
-
|
|
|
String aliyunSMSSignName;
|
|
|
-
|
|
|
String aliyunSMSTplCode;
|
|
|
-
|
|
|
String aliyunSMSAuditPassCode;
|
|
|
-
|
|
|
String aliyunSMSAuditNotPassCode;
|
|
|
+ String aliyunSMSExamTaskCreatedCode;
|
|
|
+ String aliyunSMSExamTaskWillExpireCode;
|
|
|
+ String aliyunSMSExamTaskOverdueCode;
|
|
|
+ String aliyunSMSAllocationWillExpireCode;
|
|
|
+ String aliyunSMSAllocationOverdueCode;
|
|
|
+ String aliyunSMSAuditCreatedCode;
|
|
|
+ String aliyunSMSAuditReviewCode;
|
|
|
+ String aliyunSMSAuditWillExpireCode;
|
|
|
+ String aliyunSMSAuditOverdueCode;
|
|
|
|
|
|
public String getSmsNormalCode() {
|
|
|
return smsNormalCode;
|
|
@@ -95,4 +96,75 @@ public class SmsDomain {
|
|
|
this.aliyunSMSAuditNotPassCode = aliyunSMSAuditNotPassCode;
|
|
|
}
|
|
|
|
|
|
+ public String getAliyunSMSExamTaskCreatedCode() {
|
|
|
+ return aliyunSMSExamTaskCreatedCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAliyunSMSExamTaskCreatedCode(String aliyunSMSExamTaskCreatedCode) {
|
|
|
+ this.aliyunSMSExamTaskCreatedCode = aliyunSMSExamTaskCreatedCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAliyunSMSExamTaskWillExpireCode() {
|
|
|
+ return aliyunSMSExamTaskWillExpireCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAliyunSMSExamTaskWillExpireCode(String aliyunSMSExamTaskWillExpireCode) {
|
|
|
+ this.aliyunSMSExamTaskWillExpireCode = aliyunSMSExamTaskWillExpireCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAliyunSMSExamTaskOverdueCode() {
|
|
|
+ return aliyunSMSExamTaskOverdueCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAliyunSMSExamTaskOverdueCode(String aliyunSMSExamTaskOverdueCode) {
|
|
|
+ this.aliyunSMSExamTaskOverdueCode = aliyunSMSExamTaskOverdueCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAliyunSMSAllocationWillExpireCode() {
|
|
|
+ return aliyunSMSAllocationWillExpireCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAliyunSMSAllocationWillExpireCode(String aliyunSMSAllocationWillExpireCode) {
|
|
|
+ this.aliyunSMSAllocationWillExpireCode = aliyunSMSAllocationWillExpireCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAliyunSMSAllocationOverdueCode() {
|
|
|
+ return aliyunSMSAllocationOverdueCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAliyunSMSAllocationOverdueCode(String aliyunSMSAllocationOverdueCode) {
|
|
|
+ this.aliyunSMSAllocationOverdueCode = aliyunSMSAllocationOverdueCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAliyunSMSAuditCreatedCode() {
|
|
|
+ return aliyunSMSAuditCreatedCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAliyunSMSAuditCreatedCode(String aliyunSMSAuditCreatedCode) {
|
|
|
+ this.aliyunSMSAuditCreatedCode = aliyunSMSAuditCreatedCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAliyunSMSAuditReviewCode() {
|
|
|
+ return aliyunSMSAuditReviewCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAliyunSMSAuditReviewCode(String aliyunSMSAuditReviewCode) {
|
|
|
+ this.aliyunSMSAuditReviewCode = aliyunSMSAuditReviewCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAliyunSMSAuditWillExpireCode() {
|
|
|
+ return aliyunSMSAuditWillExpireCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAliyunSMSAuditWillExpireCode(String aliyunSMSAuditWillExpireCode) {
|
|
|
+ this.aliyunSMSAuditWillExpireCode = aliyunSMSAuditWillExpireCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAliyunSMSAuditOverdueCode() {
|
|
|
+ return aliyunSMSAuditOverdueCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAliyunSMSAuditOverdueCode(String aliyunSMSAuditOverdueCode) {
|
|
|
+ this.aliyunSMSAuditOverdueCode = aliyunSMSAuditOverdueCode;
|
|
|
+ }
|
|
|
}
|