|
@@ -11,128 +11,12 @@ import java.util.Date;
|
|
|
**/
|
|
|
public class EnterpriseDto {
|
|
|
|
|
|
+ private Long id;
|
|
|
|
|
|
/**
|
|
|
- * 名称
|
|
|
+ * 铺主姓名
|
|
|
*/
|
|
|
- private String name;
|
|
|
- /**
|
|
|
- * 年龄
|
|
|
- */
|
|
|
- private Integer age;
|
|
|
- /**
|
|
|
- * 性别[1=男,2=女]
|
|
|
- */
|
|
|
- private Integer sex;
|
|
|
- /**
|
|
|
- *
|
|
|
- */
|
|
|
- private Long tradeAreaId;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- */
|
|
|
- private String tradeAreaName;
|
|
|
-
|
|
|
- public Long getTradeAreaId() {
|
|
|
- return tradeAreaId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTradeAreaId(Long tradeAreaId) {
|
|
|
- this.tradeAreaId = tradeAreaId;
|
|
|
- }
|
|
|
-
|
|
|
- public EnterpriseDto(String name, Integer age, Integer sex, Long tradeAreaId, String tradeAreaName, String nationality, String type, String legalPerson, String idCard, String contact, String businessLicense, Long shopId, String shopName, String bankNo, String bankName, String bankAccount, String dutyParagraph, String addressIds, String address, String agreement, int judgeStatus, String judgeContent, Date judgeTime, Date registerTime, Date createTime, String createBy, String createName, Date updateTime, String updateBy, String updateName, Integer deleteStatus, Integer isLock) {
|
|
|
- this.name = name;
|
|
|
- this.age = age;
|
|
|
- this.sex = sex;
|
|
|
- this.tradeAreaId = tradeAreaId;
|
|
|
- this.tradeAreaName = tradeAreaName;
|
|
|
- this.nationality = nationality;
|
|
|
- this.type = type;
|
|
|
- this.legalPerson = legalPerson;
|
|
|
- this.idCard = idCard;
|
|
|
- this.contact = contact;
|
|
|
- this.businessLicense = businessLicense;
|
|
|
- this.shopId = shopId;
|
|
|
- this.shopName = shopName;
|
|
|
- this.bankNo = bankNo;
|
|
|
- this.bankName = bankName;
|
|
|
- this.bankAccount = bankAccount;
|
|
|
- this.dutyParagraph = dutyParagraph;
|
|
|
- this.addressIds = addressIds;
|
|
|
- this.address = address;
|
|
|
- this.agreement = agreement;
|
|
|
- this.judgeStatus = judgeStatus;
|
|
|
- this.judgeContent = judgeContent;
|
|
|
- this.judgeTime = judgeTime;
|
|
|
- this.registerTime = registerTime;
|
|
|
- this.createTime = createTime;
|
|
|
- this.createBy = createBy;
|
|
|
- this.createName = createName;
|
|
|
- this.updateTime = updateTime;
|
|
|
- this.updateBy = updateBy;
|
|
|
- this.updateName = updateName;
|
|
|
- this.deleteStatus = deleteStatus;
|
|
|
- this.isLock = isLock;
|
|
|
- }
|
|
|
-
|
|
|
- public String getTradeAreaName() {
|
|
|
- return tradeAreaName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTradeAreaName(String tradeAreaName) {
|
|
|
- this.tradeAreaName = tradeAreaName;
|
|
|
- }
|
|
|
-
|
|
|
- public EnterpriseDto(String name, Integer age, Integer sex, String nationality, String type, String legalPerson, String idCard, String contact, String businessLicense, Long shopId, String shopName, String bankNo, String bankName, String bankAccount, String dutyParagraph, String addressIds, String address, String agreement, int judgeStatus, String judgeContent, Date judgeTime, Date registerTime, Date createTime, String createBy, String createName, Date updateTime, String updateBy, String updateName, Integer deleteStatus, Integer isLock) {
|
|
|
- this.name = name;
|
|
|
- this.age = age;
|
|
|
- this.sex = sex;
|
|
|
- this.nationality = nationality;
|
|
|
- this.type = type;
|
|
|
- this.legalPerson = legalPerson;
|
|
|
- this.idCard = idCard;
|
|
|
- this.contact = contact;
|
|
|
- this.businessLicense = businessLicense;
|
|
|
- this.shopId = shopId;
|
|
|
- this.shopName = shopName;
|
|
|
- this.bankNo = bankNo;
|
|
|
- this.bankName = bankName;
|
|
|
- this.bankAccount = bankAccount;
|
|
|
- this.dutyParagraph = dutyParagraph;
|
|
|
- this.addressIds = addressIds;
|
|
|
- this.address = address;
|
|
|
- this.agreement = agreement;
|
|
|
- this.judgeStatus = judgeStatus;
|
|
|
- this.judgeContent = judgeContent;
|
|
|
- this.judgeTime = judgeTime;
|
|
|
- this.registerTime = registerTime;
|
|
|
- this.createTime = createTime;
|
|
|
- this.createBy = createBy;
|
|
|
- this.createName = createName;
|
|
|
- this.updateTime = updateTime;
|
|
|
- this.updateBy = updateBy;
|
|
|
- this.updateName = updateName;
|
|
|
- this.deleteStatus = deleteStatus;
|
|
|
- this.isLock = isLock;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getAge() {
|
|
|
- return age;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAge(Integer age) {
|
|
|
- this.age = age;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getSex() {
|
|
|
- return sex;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSex(Integer sex) {
|
|
|
- this.sex = sex;
|
|
|
- }
|
|
|
+ private String ownerName;
|
|
|
|
|
|
/**
|
|
|
* 国别
|
|
@@ -145,6 +29,11 @@ public class EnterpriseDto {
|
|
|
private String type;
|
|
|
|
|
|
/**
|
|
|
+ * 性别
|
|
|
+ */
|
|
|
+ private Integer sex;
|
|
|
+
|
|
|
+ /**
|
|
|
* 法人
|
|
|
*/
|
|
|
private String legalPerson;
|
|
@@ -157,7 +46,7 @@ public class EnterpriseDto {
|
|
|
/**
|
|
|
* 手机号码
|
|
|
*/
|
|
|
- private String contact;
|
|
|
+ private String ownerTel;
|
|
|
|
|
|
/**
|
|
|
* 营业执照
|
|
@@ -180,9 +69,9 @@ public class EnterpriseDto {
|
|
|
private String bankNo;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 银行名称
|
|
|
*/
|
|
|
- private String bankName;
|
|
|
+ private String bank;
|
|
|
|
|
|
/**
|
|
|
* 银行账号
|
|
@@ -190,56 +79,63 @@ public class EnterpriseDto {
|
|
|
private String bankAccount;
|
|
|
|
|
|
/**
|
|
|
+ * 年龄
|
|
|
+ */
|
|
|
+ private Integer age;
|
|
|
+
|
|
|
+ /**
|
|
|
* 税号
|
|
|
*/
|
|
|
private String dutyParagraph;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 地址全路径如1,22,333
|
|
|
*/
|
|
|
private String addressIds;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 地址
|
|
|
*/
|
|
|
private String address;
|
|
|
|
|
|
/**
|
|
|
+ * 详细地址
|
|
|
+ */
|
|
|
+ private String detail;
|
|
|
+
|
|
|
+ /**
|
|
|
*
|
|
|
*/
|
|
|
private String agreement;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 审核状态(0=未审核,1=审核通过,2=审核驳回)
|
|
|
*/
|
|
|
- private int judgeStatus;
|
|
|
+ private Integer judgeStatus;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 审核意见
|
|
|
*/
|
|
|
private String judgeContent;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 审核时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date judgeTime;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 注册时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date registerTime;
|
|
|
|
|
|
-// /**
|
|
|
-// *
|
|
|
-// */
|
|
|
-// private String personId;
|
|
|
+ /**
|
|
|
+ * 审核人
|
|
|
+ */
|
|
|
+ private String judgeBy;
|
|
|
|
|
|
/**
|
|
|
* 创建时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date createTime;
|
|
|
|
|
|
/**
|
|
@@ -255,7 +151,6 @@ public class EnterpriseDto {
|
|
|
/**
|
|
|
* 更新时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date updateTime;
|
|
|
|
|
|
/**
|
|
@@ -271,21 +166,52 @@ public class EnterpriseDto {
|
|
|
/**
|
|
|
* 删除状态(0=禁用,1=启用)
|
|
|
*/
|
|
|
- private Integer deleteStatus;
|
|
|
-
|
|
|
+ private Long deleteStatus;
|
|
|
|
|
|
/**
|
|
|
- * 是否锁定
|
|
|
+ * 是否锁住
|
|
|
*/
|
|
|
private Integer isLock;
|
|
|
|
|
|
+ /**
|
|
|
+ * 互市区ID
|
|
|
+ */
|
|
|
+ private Long tradeAreaId;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 互市区名称
|
|
|
+ */
|
|
|
+ private String tradeAreaName;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 地方平台的内部业务编号
|
|
|
+ */
|
|
|
+ private String platSeqNo;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 证件类型
|
|
|
+ */
|
|
|
+ private String ownerIdtype;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 启停用状态: 1- 启用 2-停用 3-注销
|
|
|
+ */
|
|
|
+ private String eDStatus;
|
|
|
|
|
|
- public String getName() {
|
|
|
- return name;
|
|
|
+ public Long getId() {
|
|
|
+ return id;
|
|
|
}
|
|
|
|
|
|
- public void setName(String name) {
|
|
|
- this.name = name;
|
|
|
+ public void setId(Long id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getOwnerName() {
|
|
|
+ return ownerName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOwnerName(String ownerName) {
|
|
|
+ this.ownerName = ownerName;
|
|
|
}
|
|
|
|
|
|
public String getNationality() {
|
|
@@ -304,6 +230,14 @@ public class EnterpriseDto {
|
|
|
this.type = type;
|
|
|
}
|
|
|
|
|
|
+ public Integer getSex() {
|
|
|
+ return sex;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSex(Integer sex) {
|
|
|
+ this.sex = sex;
|
|
|
+ }
|
|
|
+
|
|
|
public String getLegalPerson() {
|
|
|
return legalPerson;
|
|
|
}
|
|
@@ -320,12 +254,12 @@ public class EnterpriseDto {
|
|
|
this.idCard = idCard;
|
|
|
}
|
|
|
|
|
|
- public String getContact() {
|
|
|
- return contact;
|
|
|
+ public String getOwnerTel() {
|
|
|
+ return ownerTel;
|
|
|
}
|
|
|
|
|
|
- public void setContact(String contact) {
|
|
|
- this.contact = contact;
|
|
|
+ public void setOwnerTel(String ownerTel) {
|
|
|
+ this.ownerTel = ownerTel;
|
|
|
}
|
|
|
|
|
|
public String getBusinessLicense() {
|
|
@@ -360,12 +294,12 @@ public class EnterpriseDto {
|
|
|
this.bankNo = bankNo;
|
|
|
}
|
|
|
|
|
|
- public String getBankName() {
|
|
|
- return bankName;
|
|
|
+ public String getBank() {
|
|
|
+ return bank;
|
|
|
}
|
|
|
|
|
|
- public void setBankName(String bankName) {
|
|
|
- this.bankName = bankName;
|
|
|
+ public void setBank(String bank) {
|
|
|
+ this.bank = bank;
|
|
|
}
|
|
|
|
|
|
public String getBankAccount() {
|
|
@@ -376,6 +310,14 @@ public class EnterpriseDto {
|
|
|
this.bankAccount = bankAccount;
|
|
|
}
|
|
|
|
|
|
+ public Integer getAge() {
|
|
|
+ return age;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAge(Integer age) {
|
|
|
+ this.age = age;
|
|
|
+ }
|
|
|
+
|
|
|
public String getDutyParagraph() {
|
|
|
return dutyParagraph;
|
|
|
}
|
|
@@ -400,6 +342,14 @@ public class EnterpriseDto {
|
|
|
this.address = address;
|
|
|
}
|
|
|
|
|
|
+ public String getDetail() {
|
|
|
+ return detail;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDetail(String detail) {
|
|
|
+ this.detail = detail;
|
|
|
+ }
|
|
|
+
|
|
|
public String getAgreement() {
|
|
|
return agreement;
|
|
|
}
|
|
@@ -408,11 +358,11 @@ public class EnterpriseDto {
|
|
|
this.agreement = agreement;
|
|
|
}
|
|
|
|
|
|
- public int getJudgeStatus() {
|
|
|
+ public Integer getJudgeStatus() {
|
|
|
return judgeStatus;
|
|
|
}
|
|
|
|
|
|
- public void setJudgeStatus(int judgeStatus) {
|
|
|
+ public void setJudgeStatus(Integer judgeStatus) {
|
|
|
this.judgeStatus = judgeStatus;
|
|
|
}
|
|
|
|
|
@@ -440,6 +390,14 @@ public class EnterpriseDto {
|
|
|
this.registerTime = registerTime;
|
|
|
}
|
|
|
|
|
|
+ public String getJudgeBy() {
|
|
|
+ return judgeBy;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setJudgeBy(String judgeBy) {
|
|
|
+ this.judgeBy = judgeBy;
|
|
|
+ }
|
|
|
+
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
}
|
|
@@ -488,11 +446,11 @@ public class EnterpriseDto {
|
|
|
this.updateName = updateName;
|
|
|
}
|
|
|
|
|
|
- public Integer getDeleteStatus() {
|
|
|
+ public Long getDeleteStatus() {
|
|
|
return deleteStatus;
|
|
|
}
|
|
|
|
|
|
- public void setDeleteStatus(Integer deleteStatus) {
|
|
|
+ public void setDeleteStatus(Long deleteStatus) {
|
|
|
this.deleteStatus = deleteStatus;
|
|
|
}
|
|
|
|
|
@@ -504,27 +462,72 @@ public class EnterpriseDto {
|
|
|
this.isLock = isLock;
|
|
|
}
|
|
|
|
|
|
- public EnterpriseDto(String name, String nationality, String type, String legalPerson, String idCard, String contact, String businessLicense, Long shopId, String shopName, String bankNo, String bankName, String bankAccount, String dutyParagraph, String addressIds, String address, String agreement, int judgeStatus, String judgeContent, Date judgeTime, Date registerTime, Date createTime, String createBy, String createName, Date updateTime, String updateBy, String updateName, Integer deleteStatus, Integer isLock) {
|
|
|
- this.name = name;
|
|
|
+ public Long getTradeAreaId() {
|
|
|
+ return tradeAreaId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTradeAreaId(Long tradeAreaId) {
|
|
|
+ this.tradeAreaId = tradeAreaId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getTradeAreaName() {
|
|
|
+ return tradeAreaName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTradeAreaName(String tradeAreaName) {
|
|
|
+ this.tradeAreaName = tradeAreaName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPlatSeqNo() {
|
|
|
+ return platSeqNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPlatSeqNo(String platSeqNo) {
|
|
|
+ this.platSeqNo = platSeqNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getOwnerIdtype() {
|
|
|
+ return ownerIdtype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOwnerIdtype(String ownerIdtype) {
|
|
|
+ this.ownerIdtype = ownerIdtype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String geteDStatus() {
|
|
|
+ return eDStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void seteDStatus(String eDStatus) {
|
|
|
+ this.eDStatus = eDStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public EnterpriseDto(Long id, String ownerName, String nationality, String type, Integer sex, String legalPerson, String idCard, String ownerTel, String businessLicense, Long shopId, String shopName, String bankNo, String bank, String bankAccount, Integer age, String dutyParagraph, String addressIds, String address, String detail, String agreement, Integer judgeStatus, String judgeContent, Date judgeTime, Date registerTime, String judgeBy, Date createTime, String createBy, String createName, Date updateTime, String updateBy, String updateName, Long deleteStatus, Integer isLock, Long tradeAreaId, String tradeAreaName, String platSeqNo, String ownerIdtype, String eDStatus) {
|
|
|
+ this.id = id;
|
|
|
+ this.ownerName = ownerName;
|
|
|
this.nationality = nationality;
|
|
|
this.type = type;
|
|
|
+ this.sex = sex;
|
|
|
this.legalPerson = legalPerson;
|
|
|
this.idCard = idCard;
|
|
|
- this.contact = contact;
|
|
|
+ this.ownerTel = ownerTel;
|
|
|
this.businessLicense = businessLicense;
|
|
|
this.shopId = shopId;
|
|
|
this.shopName = shopName;
|
|
|
this.bankNo = bankNo;
|
|
|
- this.bankName = bankName;
|
|
|
+ this.bank = bank;
|
|
|
this.bankAccount = bankAccount;
|
|
|
+ this.age = age;
|
|
|
this.dutyParagraph = dutyParagraph;
|
|
|
this.addressIds = addressIds;
|
|
|
this.address = address;
|
|
|
+ this.detail = detail;
|
|
|
this.agreement = agreement;
|
|
|
this.judgeStatus = judgeStatus;
|
|
|
this.judgeContent = judgeContent;
|
|
|
this.judgeTime = judgeTime;
|
|
|
this.registerTime = registerTime;
|
|
|
+ this.judgeBy = judgeBy;
|
|
|
this.createTime = createTime;
|
|
|
this.createBy = createBy;
|
|
|
this.createName = createName;
|
|
@@ -533,6 +536,11 @@ public class EnterpriseDto {
|
|
|
this.updateName = updateName;
|
|
|
this.deleteStatus = deleteStatus;
|
|
|
this.isLock = isLock;
|
|
|
+ this.tradeAreaId = tradeAreaId;
|
|
|
+ this.tradeAreaName = tradeAreaName;
|
|
|
+ this.platSeqNo = platSeqNo;
|
|
|
+ this.ownerIdtype = ownerIdtype;
|
|
|
+ this.eDStatus = eDStatus;
|
|
|
}
|
|
|
|
|
|
public EnterpriseDto() {
|