|
@@ -36,6 +36,7 @@ public class FosterwxMobile extends Model<FosterwxMobile> {
|
|
|
*/
|
|
*/
|
|
|
private Integer stationId;
|
|
private Integer stationId;
|
|
|
|
|
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 手机编号
|
|
* 手机编号
|
|
|
*/
|
|
*/
|
|
@@ -198,278 +199,4 @@ public class FosterwxMobile extends Model<FosterwxMobile> {
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
|
private Integer incomeFansType;
|
|
private Integer incomeFansType;
|
|
|
-
|
|
|
|
|
- public Integer getId() {
|
|
|
|
|
- return id;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setId(Integer id) {
|
|
|
|
|
- this.id = id;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Integer getStationId() {
|
|
|
|
|
- return stationId;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setStationId(Integer stationId) {
|
|
|
|
|
- this.stationId = stationId;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getMobileUnioCode() {
|
|
|
|
|
- return mobileUnioCode;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setMobileUnioCode(String mobileUnioCode) {
|
|
|
|
|
- this.mobileUnioCode = mobileUnioCode;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getMobileNo() {
|
|
|
|
|
- return mobileNo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setMobileNo(String mobileNo) {
|
|
|
|
|
- this.mobileNo = mobileNo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Integer getMobileOperator() {
|
|
|
|
|
- return mobileOperator;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setMobileOperator(Integer mobileOperator) {
|
|
|
|
|
- this.mobileOperator = mobileOperator;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public LocalDateTime getMobileCreateAt() {
|
|
|
|
|
- return mobileCreateAt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setMobileCreateAt(LocalDateTime mobileCreateAt) {
|
|
|
|
|
- this.mobileCreateAt = mobileCreateAt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Integer getMobileAdvancePayAmt() {
|
|
|
|
|
- return mobileAdvancePayAmt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setMobileAdvancePayAmt(Integer mobileAdvancePayAmt) {
|
|
|
|
|
- this.mobileAdvancePayAmt = mobileAdvancePayAmt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getMobileCombo() {
|
|
|
|
|
- return mobileCombo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setMobileCombo(String mobileCombo) {
|
|
|
|
|
- this.mobileCombo = mobileCombo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getMobileComboFlow() {
|
|
|
|
|
- return mobileComboFlow;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setMobileComboFlow(String mobileComboFlow) {
|
|
|
|
|
- this.mobileComboFlow = mobileComboFlow;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getMobileRealName() {
|
|
|
|
|
- return mobileRealName;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setMobileRealName(String mobileRealName) {
|
|
|
|
|
- this.mobileRealName = mobileRealName;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getMobileIdentityCardNo() {
|
|
|
|
|
- return mobileIdentityCardNo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setMobileIdentityCardNo(String mobileIdentityCardNo) {
|
|
|
|
|
- this.mobileIdentityCardNo = mobileIdentityCardNo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Integer getStatus() {
|
|
|
|
|
- return status;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setStatus(Integer status) {
|
|
|
|
|
- this.status = status;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Integer getWxStatus() {
|
|
|
|
|
- return wxStatus;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setWxStatus(Integer wxStatus) {
|
|
|
|
|
- this.wxStatus = wxStatus;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- public Integer getInPool() {
|
|
|
|
|
- return inPool;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setInPool(Integer inPool) {
|
|
|
|
|
- this.inPool = inPool;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getWxPassword() {
|
|
|
|
|
- return wxPassword;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setWxPassword(String wxPassword) {
|
|
|
|
|
- this.wxPassword = wxPassword;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getWxRealName() {
|
|
|
|
|
- return wxRealName;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setWxRealName(String wxRealName) {
|
|
|
|
|
- this.wxRealName = wxRealName;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getWxIdentityCardNo() {
|
|
|
|
|
- return wxIdentityCardNo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setWxIdentityCardNo(String wxIdentityCardNo) {
|
|
|
|
|
- this.wxIdentityCardNo = wxIdentityCardNo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public LocalDateTime getWxRegisterAt() {
|
|
|
|
|
- return wxRegisterAt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setWxRegisterAt(LocalDateTime wxRegisterAt) {
|
|
|
|
|
- this.wxRegisterAt = wxRegisterAt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getWxAppid() {
|
|
|
|
|
- return wxAppid;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setWxAppid(String wxAppid) {
|
|
|
|
|
- this.wxAppid = wxAppid;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getBankCardNo() {
|
|
|
|
|
- return bankCardNo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setBankCardNo(String bankCardNo) {
|
|
|
|
|
- this.bankCardNo = bankCardNo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getBankCardMobileNo() {
|
|
|
|
|
- return bankCardMobileNo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setBankCardMobileNo(String bankCardMobileNo) {
|
|
|
|
|
- this.bankCardMobileNo = bankCardMobileNo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Integer getWorkWxCorpId() {
|
|
|
|
|
- return workWxCorpId;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setWorkWxCorpId(Integer workWxCorpId) {
|
|
|
|
|
- this.workWxCorpId = workWxCorpId;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getWorkWxCorp() {
|
|
|
|
|
- return workWxCorp;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setWorkWxCorp(String workWxCorp) {
|
|
|
|
|
- this.workWxCorp = workWxCorp;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public LocalDateTime getWorkWxRegisterAt() {
|
|
|
|
|
- return workWxRegisterAt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setWorkWxRegisterAt(LocalDateTime workWxRegisterAt) {
|
|
|
|
|
- this.workWxRegisterAt = workWxRegisterAt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Integer getWorkWxStatus() {
|
|
|
|
|
- return workWxStatus;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setWorkWxStatus(Integer workWxStatus) {
|
|
|
|
|
- this.workWxStatus = workWxStatus;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public LocalDateTime getTaskStartAt() {
|
|
|
|
|
- return taskStartAt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setTaskStartAt(LocalDateTime taskStartAt) {
|
|
|
|
|
- this.taskStartAt = taskStartAt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getCodeUrl() {
|
|
|
|
|
- return codeUrl;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setCodeUrl(String codeUrl) {
|
|
|
|
|
- this.codeUrl = codeUrl;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public LocalDateTime getCreateAt() {
|
|
|
|
|
- return createAt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setCreateAt(LocalDateTime createAt) {
|
|
|
|
|
- this.createAt = createAt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public LocalDateTime getUpdateAt() {
|
|
|
|
|
- return updateAt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setUpdateAt(LocalDateTime updateAt) {
|
|
|
|
|
- this.updateAt = updateAt;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- @Override
|
|
|
|
|
- protected Serializable pkVal() {
|
|
|
|
|
- return this.id;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- @Override
|
|
|
|
|
- public String toString() {
|
|
|
|
|
- return "FosterwxMobile{" +
|
|
|
|
|
- "id=" + id +
|
|
|
|
|
- ", stationId=" + stationId +
|
|
|
|
|
- ", mobileCode=" + mobileCode +
|
|
|
|
|
- ", mobileUnioCode=" + mobileUnioCode +
|
|
|
|
|
- ", mobileNo=" + mobileNo +
|
|
|
|
|
- ", mobileOperator=" + mobileOperator +
|
|
|
|
|
- ", mobileCreateAt=" + mobileCreateAt +
|
|
|
|
|
- ", mobileAdvancePayAmt=" + mobileAdvancePayAmt +
|
|
|
|
|
- ", mobileCombo=" + mobileCombo +
|
|
|
|
|
- ", mobileComboFlow=" + mobileComboFlow +
|
|
|
|
|
- ", mobileRealName=" + mobileRealName +
|
|
|
|
|
- ", mobileIdentityCardNo=" + mobileIdentityCardNo +
|
|
|
|
|
- ", status=" + status +
|
|
|
|
|
- ", wxStatus=" + wxStatus +
|
|
|
|
|
- ", wxPassword=" + wxPassword +
|
|
|
|
|
- ", wxRealName=" + wxRealName +
|
|
|
|
|
- ", wxIdentityCardNo=" + wxIdentityCardNo +
|
|
|
|
|
- ", wxRegisterAt=" + wxRegisterAt +
|
|
|
|
|
- ", wxAppid=" + wxAppid +
|
|
|
|
|
- ", bankCardNo=" + bankCardNo +
|
|
|
|
|
- ", bankCardMobileNo=" + bankCardMobileNo +
|
|
|
|
|
- ", workWxCorpId=" + workWxCorpId +
|
|
|
|
|
- ", workWxCorp=" + workWxCorp +
|
|
|
|
|
- ", workWxRegisterAt=" + workWxRegisterAt +
|
|
|
|
|
- ", workWxStatus=" + workWxStatus +
|
|
|
|
|
- ", inPool=" + inPool +
|
|
|
|
|
- ", taskStartAt=" + taskStartAt +
|
|
|
|
|
- ", codeUrl=" + codeUrl +
|
|
|
|
|
- ", createAt=" + createAt +
|
|
|
|
|
- ", updateAt=" + updateAt +
|
|
|
|
|
- "}";
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|