|
@@ -110,6 +110,22 @@ public class ChildrenDayReserve {
|
|
|
this.isReserve = isReserve;
|
|
|
}
|
|
|
|
|
|
+ public Integer getPayStatus() {
|
|
|
+ return payStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPayStatus(Integer payStatus) {
|
|
|
+ this.payStatus = payStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public YesOrNoEnum getIsSendMsg() {
|
|
|
+ return isSendMsg;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIsSendMsg(YesOrNoEnum isSendMsg) {
|
|
|
+ this.isSendMsg = isSendMsg;
|
|
|
+ }
|
|
|
+
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
}
|
|
@@ -143,12 +159,4 @@ public class ChildrenDayReserve {
|
|
|
sb.append("]");
|
|
|
return sb.toString();
|
|
|
}
|
|
|
-
|
|
|
- public Integer getPayStatus() {
|
|
|
- return payStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPayStatus(Integer payStatus) {
|
|
|
- this.payStatus = payStatus;
|
|
|
- }
|
|
|
}
|