Commit 492b59e6 authored by neo's avatar neo

[dev] re regernate mapper xml java use oracle table

parent d44179d7
......@@ -4,35 +4,14 @@ import java.io.Serializable;
/**
* This class was generated by MyBatis Generator.
* This class corresponds to the database table AREA_REGION
* This class corresponds to the database table TAX_ADMIN.AREA_REGION
*
* @mbg.generated do_not_delete_during_merge
*/
public class AreaRegion extends BaseEntity implements Serializable {
private Area area;
private Region region;
public Area getArea() {
return area;
}
public void setArea(Area area) {
this.area = area;
}
public Region getRegion() {
return region;
}
public void setRegion(Region region) {
this.region = region;
}
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column AREA_REGION.id
* This field corresponds to the database column TAX_ADMIN.AREA_REGION.ID
*
* @mbg.generated
*/
......@@ -40,7 +19,7 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column AREA_REGION.AREA_ID
* This field corresponds to the database column TAX_ADMIN.AREA_REGION.AREA_ID
*
* @mbg.generated
*/
......@@ -48,7 +27,7 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column AREA_REGION.REGION_ID
* This field corresponds to the database column TAX_ADMIN.AREA_REGION.REGION_ID
*
* @mbg.generated
*/
......@@ -56,17 +35,22 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table AREA_REGION
* This field corresponds to the database table TAX_ADMIN.AREA_REGION
*
* @mbg.generated
*/
private static final long serialVersionUID = 1L;
private Area area;
private Region region;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column AREA_REGION.id
* This method returns the value of the database column TAX_ADMIN.AREA_REGION.ID
*
* @return the value of AREA_REGION.id
* @return the value of TAX_ADMIN.AREA_REGION.ID
* @mbg.generated
*/
public String getId() {
......@@ -75,9 +59,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column AREA_REGION.id
* This method sets the value of the database column TAX_ADMIN.AREA_REGION.ID
*
* @param id the value for AREA_REGION.id
* @param id the value for TAX_ADMIN.AREA_REGION.ID
* @mbg.generated
*/
public void setId(String id) {
......@@ -86,9 +70,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column AREA_REGION.AREA_ID
* This method returns the value of the database column TAX_ADMIN.AREA_REGION.AREA_ID
*
* @return the value of AREA_REGION.AREA_ID
* @return the value of TAX_ADMIN.AREA_REGION.AREA_ID
* @mbg.generated
*/
public String getAreaId() {
......@@ -97,9 +81,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column AREA_REGION.AREA_ID
* This method sets the value of the database column TAX_ADMIN.AREA_REGION.AREA_ID
*
* @param areaId the value for AREA_REGION.AREA_ID
* @param areaId the value for TAX_ADMIN.AREA_REGION.AREA_ID
* @mbg.generated
*/
public void setAreaId(String areaId) {
......@@ -108,9 +92,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column AREA_REGION.REGION_ID
* This method returns the value of the database column TAX_ADMIN.AREA_REGION.REGION_ID
*
* @return the value of AREA_REGION.REGION_ID
* @return the value of TAX_ADMIN.AREA_REGION.REGION_ID
* @mbg.generated
*/
public String getRegionId() {
......@@ -119,9 +103,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column AREA_REGION.REGION_ID
* This method sets the value of the database column TAX_ADMIN.AREA_REGION.REGION_ID
*
* @param regionId the value for AREA_REGION.REGION_ID
* @param regionId the value for TAX_ADMIN.AREA_REGION.REGION_ID
* @mbg.generated
*/
public void setRegionId(String regionId) {
......@@ -130,7 +114,7 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AREA_REGION
* This method corresponds to the database table TAX_ADMIN.AREA_REGION
*
* @mbg.generated
*/
......@@ -146,4 +130,20 @@ public class AreaRegion extends BaseEntity implements Serializable {
sb.append("]");
return sb.toString();
}
public Area getArea() {
return area;
}
public void setArea(Area area) {
this.area = area;
}
public Region getRegion() {
return region;
}
public void setRegion(Region region) {
this.region = region;
}
}
\ No newline at end of file
......@@ -415,52 +415,52 @@ public class DimensionExample {
return (Criteria) this;
}
public Criteria andOrderIndexEqualTo(Boolean value) {
public Criteria andOrderIndexEqualTo(Short value) {
addCriterion("ORDER_INDEX =", value, "orderIndex");
return (Criteria) this;
}
public Criteria andOrderIndexNotEqualTo(Boolean value) {
public Criteria andOrderIndexNotEqualTo(Short value) {
addCriterion("ORDER_INDEX <>", value, "orderIndex");
return (Criteria) this;
}
public Criteria andOrderIndexGreaterThan(Boolean value) {
public Criteria andOrderIndexGreaterThan(Short value) {
addCriterion("ORDER_INDEX >", value, "orderIndex");
return (Criteria) this;
}
public Criteria andOrderIndexGreaterThanOrEqualTo(Boolean value) {
public Criteria andOrderIndexGreaterThanOrEqualTo(Short value) {
addCriterion("ORDER_INDEX >=", value, "orderIndex");
return (Criteria) this;
}
public Criteria andOrderIndexLessThan(Boolean value) {
public Criteria andOrderIndexLessThan(Short value) {
addCriterion("ORDER_INDEX <", value, "orderIndex");
return (Criteria) this;
}
public Criteria andOrderIndexLessThanOrEqualTo(Boolean value) {
public Criteria andOrderIndexLessThanOrEqualTo(Short value) {
addCriterion("ORDER_INDEX <=", value, "orderIndex");
return (Criteria) this;
}
public Criteria andOrderIndexIn(List<Boolean> values) {
public Criteria andOrderIndexIn(List<Short> values) {
addCriterion("ORDER_INDEX in", values, "orderIndex");
return (Criteria) this;
}
public Criteria andOrderIndexNotIn(List<Boolean> values) {
public Criteria andOrderIndexNotIn(List<Short> values) {
addCriterion("ORDER_INDEX not in", values, "orderIndex");
return (Criteria) this;
}
public Criteria andOrderIndexBetween(Boolean value1, Boolean value2) {
public Criteria andOrderIndexBetween(Short value1, Short value2) {
addCriterion("ORDER_INDEX between", value1, value2, "orderIndex");
return (Criteria) this;
}
public Criteria andOrderIndexNotBetween(Boolean value1, Boolean value2) {
public Criteria andOrderIndexNotBetween(Short value1, Short value2) {
addCriterion("ORDER_INDEX not between", value1, value2, "orderIndex");
return (Criteria) this;
}
......
......@@ -6,7 +6,7 @@ import java.util.Date;
/**
*
* This class was generated by MyBatis Generator.
* This class corresponds to the database table ENTERPRISE_ACCOUNT_SET_ORG
* This class corresponds to the database table TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG
*
* @mbg.generated do_not_delete_during_merge
*/
......@@ -14,7 +14,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ENTERPRISE_ACCOUNT_SET_ORG.ID
* This field corresponds to the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ID
*
* @mbg.generated
*/
......@@ -23,7 +23,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ENTERPRISE_ACCOUNT_SET_ORG.ENTERPRISE_ACCOUNT_SET_ID
* This field corresponds to the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ENTERPRISE_ACCOUNT_SET_ID
*
* @mbg.generated
*/
......@@ -32,7 +32,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ENTERPRISE_ACCOUNT_SET_ORG.ORGANIZATION_ID
* This field corresponds to the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ORGANIZATION_ID
*
* @mbg.generated
*/
......@@ -41,7 +41,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ENTERPRISE_ACCOUNT_SET_ORG.EFFECTIVE_DATE
* This field corresponds to the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.EFFECTIVE_DATE
*
* @mbg.generated
*/
......@@ -50,27 +50,27 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ENTERPRISE_ACCOUNT_SET_ORG.EXPIRED_DATE
* This field corresponds to the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.EXPIRED_DATE
*
* @mbg.generated
*/
private Date expiredDate;
private Organization organization;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table ENTERPRISE_ACCOUNT_SET_ORG
* This field corresponds to the database table TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG
*
* @mbg.generated
*/
private static final long serialVersionUID = 1L;
private Organization organization;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ENTERPRISE_ACCOUNT_SET_ORG.ID
* This method returns the value of the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ID
*
* @return the value of ENTERPRISE_ACCOUNT_SET_ORG.ID
* @return the value of TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ID
*
* @mbg.generated
*/
......@@ -80,9 +80,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ENTERPRISE_ACCOUNT_SET_ORG.ID
* This method sets the value of the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ID
*
* @param id the value for ENTERPRISE_ACCOUNT_SET_ORG.ID
* @param id the value for TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ID
*
* @mbg.generated
*/
......@@ -92,9 +92,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ENTERPRISE_ACCOUNT_SET_ORG.ENTERPRISE_ACCOUNT_SET_ID
* This method returns the value of the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ENTERPRISE_ACCOUNT_SET_ID
*
* @return the value of ENTERPRISE_ACCOUNT_SET_ORG.ENTERPRISE_ACCOUNT_SET_ID
* @return the value of TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ENTERPRISE_ACCOUNT_SET_ID
*
* @mbg.generated
*/
......@@ -104,9 +104,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ENTERPRISE_ACCOUNT_SET_ORG.ENTERPRISE_ACCOUNT_SET_ID
* This method sets the value of the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ENTERPRISE_ACCOUNT_SET_ID
*
* @param enterpriseAccountSetId the value for ENTERPRISE_ACCOUNT_SET_ORG.ENTERPRISE_ACCOUNT_SET_ID
* @param enterpriseAccountSetId the value for TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ENTERPRISE_ACCOUNT_SET_ID
*
* @mbg.generated
*/
......@@ -116,9 +116,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ENTERPRISE_ACCOUNT_SET_ORG.ORGANIZATION_ID
* This method returns the value of the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ORGANIZATION_ID
*
* @return the value of ENTERPRISE_ACCOUNT_SET_ORG.ORGANIZATION_ID
* @return the value of TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ORGANIZATION_ID
*
* @mbg.generated
*/
......@@ -128,9 +128,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ENTERPRISE_ACCOUNT_SET_ORG.ORGANIZATION_ID
* This method sets the value of the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ORGANIZATION_ID
*
* @param organizationId the value for ENTERPRISE_ACCOUNT_SET_ORG.ORGANIZATION_ID
* @param organizationId the value for TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.ORGANIZATION_ID
*
* @mbg.generated
*/
......@@ -140,9 +140,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ENTERPRISE_ACCOUNT_SET_ORG.EFFECTIVE_DATE
* This method returns the value of the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.EFFECTIVE_DATE
*
* @return the value of ENTERPRISE_ACCOUNT_SET_ORG.EFFECTIVE_DATE
* @return the value of TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.EFFECTIVE_DATE
*
* @mbg.generated
*/
......@@ -152,9 +152,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ENTERPRISE_ACCOUNT_SET_ORG.EFFECTIVE_DATE
* This method sets the value of the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.EFFECTIVE_DATE
*
* @param effectiveDate the value for ENTERPRISE_ACCOUNT_SET_ORG.EFFECTIVE_DATE
* @param effectiveDate the value for TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.EFFECTIVE_DATE
*
* @mbg.generated
*/
......@@ -164,9 +164,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ENTERPRISE_ACCOUNT_SET_ORG.EXPIRED_DATE
* This method returns the value of the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.EXPIRED_DATE
*
* @return the value of ENTERPRISE_ACCOUNT_SET_ORG.EXPIRED_DATE
* @return the value of TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.EXPIRED_DATE
*
* @mbg.generated
*/
......@@ -176,9 +176,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ENTERPRISE_ACCOUNT_SET_ORG.EXPIRED_DATE
* This method sets the value of the database column TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.EXPIRED_DATE
*
* @param expiredDate the value for ENTERPRISE_ACCOUNT_SET_ORG.EXPIRED_DATE
* @param expiredDate the value for TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG.EXPIRED_DATE
*
* @mbg.generated
*/
......@@ -188,7 +188,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ENTERPRISE_ACCOUNT_SET_ORG
* This method corresponds to the database table TAX_ADMIN.ENTERPRISE_ACCOUNT_SET_ORG
*
* @mbg.generated
*/
......
......@@ -4,295 +4,332 @@ import java.io.Serializable;
import java.util.Date;
/**
*
* This class was generated by MyBatis Generator.
* This class corresponds to the database table ORGANIZATION
* This class corresponds to the database table TAX_ADMIN.ORGANIZATION
*
* @mbg.generated do_not_delete_during_merge
*/
public class Organization extends BaseEntity implements Serializable {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.ID
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.ID
*
* @mbg.generated
*/
private String id;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.CLIENT_CODE
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.CLIENT_CODE
*
* @mbg.generated
*/
private String clientCode;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.NAME
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.NAME
*
* @mbg.generated
*/
private String name;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.CODE
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.CODE
*
* @mbg.generated
*/
private String code;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.PARENT_ID
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.PARENT_ID
*
* @mbg.generated
*/
private String parentId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.TAX_PAYER_NUMBER
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.TAX_PAYER_NUMBER
*
* @mbg.generated
*/
private String taxPayerNumber;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.REGION_ID
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.REGION_ID
*
* @mbg.generated
*/
private String regionId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.STRUCTURE_ID
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.STRUCTURE_ID
*
* @mbg.generated
*/
private String structureId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.INDUSTRY_ID
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.INDUSTRY_ID
*
* @mbg.generated
*/
private String industryId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.BUSINESS_UNIT_ID
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.BUSINESS_UNIT_ID
*
* @mbg.generated
*/
private String businessUnitId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.IS_ACTIVE
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.IS_ACTIVE
*
* @mbg.generated
*/
private Boolean isActive;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.P_LEVEL
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.P_LEVEL
*
* @mbg.generated
*/
private Integer pLevel;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.CREATE_TIME
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.CREATE_TIME
*
* @mbg.generated
*/
private Date createTime;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.UPDATE_TIME
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.UPDATE_TIME
*
* @mbg.generated
*/
private Date updateTime;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.AREA_ID
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.AREA_ID
*
* @mbg.generated
*/
private String areaId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.ENGLISH_NAME
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.ENGLISH_NAME
*
* @mbg.generated
*/
private String englishName;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.ABBREVIATION
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.ABBREVIATION
*
* @mbg.generated
*/
private String abbreviation;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.INVOICE_TYPE
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.INVOICE_TYPE
*
* @mbg.generated
*/
private String invoiceType;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.LEGAL_PERSON_NAME
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.LEGAL_PERSON_NAME
*
* @mbg.generated
*/
private String legalPersonName;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.MANUFACTURE_ADDRESS
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.MANUFACTURE_ADDRESS
*
* @mbg.generated
*/
private String manufactureAddress;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.REGISTER_ADDRESS
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.REGISTER_ADDRESS
*
* @mbg.generated
*/
private String registerAddress;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.BANK_ACCOUNT_NAME
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.BANK_ACCOUNT_NAME
*
* @mbg.generated
*/
private String bankAccountName;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.BANK_ACCOUNT_NUMBER
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.BANK_ACCOUNT_NUMBER
*
* @mbg.generated
*/
private String bankAccountNumber;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.PHONE_NUMBER
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.PHONE_NUMBER
*
* @mbg.generated
*/
private String phoneNumber;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.REGISTRATION_TYPE
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.REGISTRATION_TYPE
*
* @mbg.generated
*/
private String registrationType;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.REMARK
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.REMARK
*
* @mbg.generated
*/
private String remark;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.VEHICLEROUTINGLOCATION
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.VEHICLE_ROUTING_LOCATION
*
* @mbg.generated
*/
private String vehicleroutinglocation;
private String vehicleRoutingLocation;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.RATEPAYER
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.RATEPAYER
*
* @mbg.generated
*/
private String ratepayer;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.ADDRESS
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.ADDRESS
*
* @mbg.generated
*/
private String address;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.FOUNDATION_DATE
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.FOUNDATION_DATE
*
* @mbg.generated
*/
private Date foundationDate;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.REGISTRATION_DATE
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.REGISTRATION_DATE
*
* @mbg.generated
*/
private Date registrationDate;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.REGISTRATION_LOCATION
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.REGISTRATION_LOCATION
*
* @mbg.generated
*/
private String registrationLocation;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.REGISTRATION_CAPITAL
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.REGISTRATION_CAPITAL
*
* @mbg.generated
*/
private String registrationCapital;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.BUSINESS_ALLOTTED_TIME_FROM
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.BUSINESS_ALLOTTED_TIME_FROM
*
* @mbg.generated
*/
private Date businessAllottedTimeFrom;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.BUSINESS_ALLOTTED_TIME_TO
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.BUSINESS_ALLOTTED_TIME_TO
*
* @mbg.generated
*/
private Date businessAllottedTimeTo;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ORGANIZATION.LEGAL_CODE
* This field corresponds to the database column TAX_ADMIN.ORGANIZATION.LEGAL_CODE
*
* @mbg.generated
*/
......@@ -300,11 +337,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table ORGANIZATION
* This field corresponds to the database table TAX_ADMIN.ORGANIZATION
*
* @mbg.generated
*/
private Area area;
private BusinessUnit businessUnit;
......@@ -313,9 +349,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.ID
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.ID
*
* @return the value of TAX_ADMIN.ORGANIZATION.ID
*
* @return the value of ORGANIZATION.ID
* @mbg.generated
*/
public String getId() {
......@@ -324,9 +361,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.ID
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.ID
*
* @param id the value for TAX_ADMIN.ORGANIZATION.ID
*
* @param id the value for ORGANIZATION.ID
* @mbg.generated
*/
public void setId(String id) {
......@@ -335,9 +373,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.CLIENT_CODE
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.CLIENT_CODE
*
* @return the value of TAX_ADMIN.ORGANIZATION.CLIENT_CODE
*
* @return the value of ORGANIZATION.CLIENT_CODE
* @mbg.generated
*/
public String getClientCode() {
......@@ -346,9 +385,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.CLIENT_CODE
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.CLIENT_CODE
*
* @param clientCode the value for TAX_ADMIN.ORGANIZATION.CLIENT_CODE
*
* @param clientCode the value for ORGANIZATION.CLIENT_CODE
* @mbg.generated
*/
public void setClientCode(String clientCode) {
......@@ -357,9 +397,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.NAME
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.NAME
*
* @return the value of TAX_ADMIN.ORGANIZATION.NAME
*
* @return the value of ORGANIZATION.NAME
* @mbg.generated
*/
public String getName() {
......@@ -368,9 +409,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.NAME
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.NAME
*
* @param name the value for TAX_ADMIN.ORGANIZATION.NAME
*
* @param name the value for ORGANIZATION.NAME
* @mbg.generated
*/
public void setName(String name) {
......@@ -379,9 +421,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.CODE
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.CODE
*
* @return the value of TAX_ADMIN.ORGANIZATION.CODE
*
* @return the value of ORGANIZATION.CODE
* @mbg.generated
*/
public String getCode() {
......@@ -390,9 +433,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.CODE
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.CODE
*
* @param code the value for TAX_ADMIN.ORGANIZATION.CODE
*
* @param code the value for ORGANIZATION.CODE
* @mbg.generated
*/
public void setCode(String code) {
......@@ -401,9 +445,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.PARENT_ID
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.PARENT_ID
*
* @return the value of TAX_ADMIN.ORGANIZATION.PARENT_ID
*
* @return the value of ORGANIZATION.PARENT_ID
* @mbg.generated
*/
public String getParentId() {
......@@ -412,9 +457,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.PARENT_ID
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.PARENT_ID
*
* @param parentId the value for TAX_ADMIN.ORGANIZATION.PARENT_ID
*
* @param parentId the value for ORGANIZATION.PARENT_ID
* @mbg.generated
*/
public void setParentId(String parentId) {
......@@ -423,9 +469,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.TAX_PAYER_NUMBER
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.TAX_PAYER_NUMBER
*
* @return the value of TAX_ADMIN.ORGANIZATION.TAX_PAYER_NUMBER
*
* @return the value of ORGANIZATION.TAX_PAYER_NUMBER
* @mbg.generated
*/
public String getTaxPayerNumber() {
......@@ -434,9 +481,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.TAX_PAYER_NUMBER
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.TAX_PAYER_NUMBER
*
* @param taxPayerNumber the value for TAX_ADMIN.ORGANIZATION.TAX_PAYER_NUMBER
*
* @param taxPayerNumber the value for ORGANIZATION.TAX_PAYER_NUMBER
* @mbg.generated
*/
public void setTaxPayerNumber(String taxPayerNumber) {
......@@ -445,9 +493,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.REGION_ID
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.REGION_ID
*
* @return the value of TAX_ADMIN.ORGANIZATION.REGION_ID
*
* @return the value of ORGANIZATION.REGION_ID
* @mbg.generated
*/
public String getRegionId() {
......@@ -456,9 +505,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.REGION_ID
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.REGION_ID
*
* @param regionId the value for TAX_ADMIN.ORGANIZATION.REGION_ID
*
* @param regionId the value for ORGANIZATION.REGION_ID
* @mbg.generated
*/
public void setRegionId(String regionId) {
......@@ -467,9 +517,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.STRUCTURE_ID
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.STRUCTURE_ID
*
* @return the value of TAX_ADMIN.ORGANIZATION.STRUCTURE_ID
*
* @return the value of ORGANIZATION.STRUCTURE_ID
* @mbg.generated
*/
public String getStructureId() {
......@@ -478,9 +529,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.STRUCTURE_ID
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.STRUCTURE_ID
*
* @param structureId the value for TAX_ADMIN.ORGANIZATION.STRUCTURE_ID
*
* @param structureId the value for ORGANIZATION.STRUCTURE_ID
* @mbg.generated
*/
public void setStructureId(String structureId) {
......@@ -489,9 +541,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.INDUSTRY_ID
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.INDUSTRY_ID
*
* @return the value of TAX_ADMIN.ORGANIZATION.INDUSTRY_ID
*
* @return the value of ORGANIZATION.INDUSTRY_ID
* @mbg.generated
*/
public String getIndustryId() {
......@@ -500,9 +553,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.INDUSTRY_ID
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.INDUSTRY_ID
*
* @param industryId the value for TAX_ADMIN.ORGANIZATION.INDUSTRY_ID
*
* @param industryId the value for ORGANIZATION.INDUSTRY_ID
* @mbg.generated
*/
public void setIndustryId(String industryId) {
......@@ -511,9 +565,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.BUSINESS_UNIT_ID
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.BUSINESS_UNIT_ID
*
* @return the value of TAX_ADMIN.ORGANIZATION.BUSINESS_UNIT_ID
*
* @return the value of ORGANIZATION.BUSINESS_UNIT_ID
* @mbg.generated
*/
public String getBusinessUnitId() {
......@@ -522,9 +577,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.BUSINESS_UNIT_ID
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.BUSINESS_UNIT_ID
*
* @param businessUnitId the value for TAX_ADMIN.ORGANIZATION.BUSINESS_UNIT_ID
*
* @param businessUnitId the value for ORGANIZATION.BUSINESS_UNIT_ID
* @mbg.generated
*/
public void setBusinessUnitId(String businessUnitId) {
......@@ -533,9 +589,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.IS_ACTIVE
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.IS_ACTIVE
*
* @return the value of TAX_ADMIN.ORGANIZATION.IS_ACTIVE
*
* @return the value of ORGANIZATION.IS_ACTIVE
* @mbg.generated
*/
public Boolean getIsActive() {
......@@ -544,9 +601,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.IS_ACTIVE
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.IS_ACTIVE
*
* @param isActive the value for TAX_ADMIN.ORGANIZATION.IS_ACTIVE
*
* @param isActive the value for ORGANIZATION.IS_ACTIVE
* @mbg.generated
*/
public void setIsActive(Boolean isActive) {
......@@ -555,9 +613,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.P_LEVEL
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.P_LEVEL
*
* @return the value of TAX_ADMIN.ORGANIZATION.P_LEVEL
*
* @return the value of ORGANIZATION.P_LEVEL
* @mbg.generated
*/
public Integer getpLevel() {
......@@ -566,9 +625,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.P_LEVEL
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.P_LEVEL
*
* @param pLevel the value for TAX_ADMIN.ORGANIZATION.P_LEVEL
*
* @param pLevel the value for ORGANIZATION.P_LEVEL
* @mbg.generated
*/
public void setpLevel(Integer pLevel) {
......@@ -577,9 +637,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.CREATE_TIME
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.CREATE_TIME
*
* @return the value of TAX_ADMIN.ORGANIZATION.CREATE_TIME
*
* @return the value of ORGANIZATION.CREATE_TIME
* @mbg.generated
*/
public Date getCreateTime() {
......@@ -588,9 +649,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.CREATE_TIME
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.CREATE_TIME
*
* @param createTime the value for TAX_ADMIN.ORGANIZATION.CREATE_TIME
*
* @param createTime the value for ORGANIZATION.CREATE_TIME
* @mbg.generated
*/
public void setCreateTime(Date createTime) {
......@@ -599,9 +661,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.UPDATE_TIME
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.UPDATE_TIME
*
* @return the value of TAX_ADMIN.ORGANIZATION.UPDATE_TIME
*
* @return the value of ORGANIZATION.UPDATE_TIME
* @mbg.generated
*/
public Date getUpdateTime() {
......@@ -610,9 +673,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.UPDATE_TIME
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.UPDATE_TIME
*
* @param updateTime the value for TAX_ADMIN.ORGANIZATION.UPDATE_TIME
*
* @param updateTime the value for ORGANIZATION.UPDATE_TIME
* @mbg.generated
*/
public void setUpdateTime(Date updateTime) {
......@@ -621,9 +685,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.AREA_ID
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.AREA_ID
*
* @return the value of TAX_ADMIN.ORGANIZATION.AREA_ID
*
* @return the value of ORGANIZATION.AREA_ID
* @mbg.generated
*/
public String getAreaId() {
......@@ -632,9 +697,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.AREA_ID
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.AREA_ID
*
* @param areaId the value for TAX_ADMIN.ORGANIZATION.AREA_ID
*
* @param areaId the value for ORGANIZATION.AREA_ID
* @mbg.generated
*/
public void setAreaId(String areaId) {
......@@ -643,9 +709,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.ENGLISH_NAME
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.ENGLISH_NAME
*
* @return the value of TAX_ADMIN.ORGANIZATION.ENGLISH_NAME
*
* @return the value of ORGANIZATION.ENGLISH_NAME
* @mbg.generated
*/
public String getEnglishName() {
......@@ -654,9 +721,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.ENGLISH_NAME
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.ENGLISH_NAME
*
* @param englishName the value for TAX_ADMIN.ORGANIZATION.ENGLISH_NAME
*
* @param englishName the value for ORGANIZATION.ENGLISH_NAME
* @mbg.generated
*/
public void setEnglishName(String englishName) {
......@@ -665,9 +733,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.ABBREVIATION
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.ABBREVIATION
*
* @return the value of TAX_ADMIN.ORGANIZATION.ABBREVIATION
*
* @return the value of ORGANIZATION.ABBREVIATION
* @mbg.generated
*/
public String getAbbreviation() {
......@@ -676,9 +745,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.ABBREVIATION
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.ABBREVIATION
*
* @param abbreviation the value for TAX_ADMIN.ORGANIZATION.ABBREVIATION
*
* @param abbreviation the value for ORGANIZATION.ABBREVIATION
* @mbg.generated
*/
public void setAbbreviation(String abbreviation) {
......@@ -687,9 +757,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.INVOICE_TYPE
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.INVOICE_TYPE
*
* @return the value of TAX_ADMIN.ORGANIZATION.INVOICE_TYPE
*
* @return the value of ORGANIZATION.INVOICE_TYPE
* @mbg.generated
*/
public String getInvoiceType() {
......@@ -698,9 +769,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.INVOICE_TYPE
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.INVOICE_TYPE
*
* @param invoiceType the value for TAX_ADMIN.ORGANIZATION.INVOICE_TYPE
*
* @param invoiceType the value for ORGANIZATION.INVOICE_TYPE
* @mbg.generated
*/
public void setInvoiceType(String invoiceType) {
......@@ -709,9 +781,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.LEGAL_PERSON_NAME
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.LEGAL_PERSON_NAME
*
* @return the value of TAX_ADMIN.ORGANIZATION.LEGAL_PERSON_NAME
*
* @return the value of ORGANIZATION.LEGAL_PERSON_NAME
* @mbg.generated
*/
public String getLegalPersonName() {
......@@ -720,9 +793,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.LEGAL_PERSON_NAME
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.LEGAL_PERSON_NAME
*
* @param legalPersonName the value for TAX_ADMIN.ORGANIZATION.LEGAL_PERSON_NAME
*
* @param legalPersonName the value for ORGANIZATION.LEGAL_PERSON_NAME
* @mbg.generated
*/
public void setLegalPersonName(String legalPersonName) {
......@@ -731,9 +805,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.MANUFACTURE_ADDRESS
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.MANUFACTURE_ADDRESS
*
* @return the value of TAX_ADMIN.ORGANIZATION.MANUFACTURE_ADDRESS
*
* @return the value of ORGANIZATION.MANUFACTURE_ADDRESS
* @mbg.generated
*/
public String getManufactureAddress() {
......@@ -742,9 +817,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.MANUFACTURE_ADDRESS
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.MANUFACTURE_ADDRESS
*
* @param manufactureAddress the value for TAX_ADMIN.ORGANIZATION.MANUFACTURE_ADDRESS
*
* @param manufactureAddress the value for ORGANIZATION.MANUFACTURE_ADDRESS
* @mbg.generated
*/
public void setManufactureAddress(String manufactureAddress) {
......@@ -753,9 +829,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.REGISTER_ADDRESS
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.REGISTER_ADDRESS
*
* @return the value of TAX_ADMIN.ORGANIZATION.REGISTER_ADDRESS
*
* @return the value of ORGANIZATION.REGISTER_ADDRESS
* @mbg.generated
*/
public String getRegisterAddress() {
......@@ -764,9 +841,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.REGISTER_ADDRESS
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.REGISTER_ADDRESS
*
* @param registerAddress the value for TAX_ADMIN.ORGANIZATION.REGISTER_ADDRESS
*
* @param registerAddress the value for ORGANIZATION.REGISTER_ADDRESS
* @mbg.generated
*/
public void setRegisterAddress(String registerAddress) {
......@@ -775,9 +853,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.BANK_ACCOUNT_NAME
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.BANK_ACCOUNT_NAME
*
* @return the value of TAX_ADMIN.ORGANIZATION.BANK_ACCOUNT_NAME
*
* @return the value of ORGANIZATION.BANK_ACCOUNT_NAME
* @mbg.generated
*/
public String getBankAccountName() {
......@@ -786,9 +865,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.BANK_ACCOUNT_NAME
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.BANK_ACCOUNT_NAME
*
* @param bankAccountName the value for TAX_ADMIN.ORGANIZATION.BANK_ACCOUNT_NAME
*
* @param bankAccountName the value for ORGANIZATION.BANK_ACCOUNT_NAME
* @mbg.generated
*/
public void setBankAccountName(String bankAccountName) {
......@@ -797,9 +877,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.BANK_ACCOUNT_NUMBER
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.BANK_ACCOUNT_NUMBER
*
* @return the value of TAX_ADMIN.ORGANIZATION.BANK_ACCOUNT_NUMBER
*
* @return the value of ORGANIZATION.BANK_ACCOUNT_NUMBER
* @mbg.generated
*/
public String getBankAccountNumber() {
......@@ -808,9 +889,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.BANK_ACCOUNT_NUMBER
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.BANK_ACCOUNT_NUMBER
*
* @param bankAccountNumber the value for TAX_ADMIN.ORGANIZATION.BANK_ACCOUNT_NUMBER
*
* @param bankAccountNumber the value for ORGANIZATION.BANK_ACCOUNT_NUMBER
* @mbg.generated
*/
public void setBankAccountNumber(String bankAccountNumber) {
......@@ -819,9 +901,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.PHONE_NUMBER
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.PHONE_NUMBER
*
* @return the value of TAX_ADMIN.ORGANIZATION.PHONE_NUMBER
*
* @return the value of ORGANIZATION.PHONE_NUMBER
* @mbg.generated
*/
public String getPhoneNumber() {
......@@ -830,9 +913,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.PHONE_NUMBER
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.PHONE_NUMBER
*
* @param phoneNumber the value for TAX_ADMIN.ORGANIZATION.PHONE_NUMBER
*
* @param phoneNumber the value for ORGANIZATION.PHONE_NUMBER
* @mbg.generated
*/
public void setPhoneNumber(String phoneNumber) {
......@@ -841,9 +925,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.REGISTRATION_TYPE
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.REGISTRATION_TYPE
*
* @return the value of TAX_ADMIN.ORGANIZATION.REGISTRATION_TYPE
*
* @return the value of ORGANIZATION.REGISTRATION_TYPE
* @mbg.generated
*/
public String getRegistrationType() {
......@@ -852,9 +937,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.REGISTRATION_TYPE
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.REGISTRATION_TYPE
*
* @param registrationType the value for TAX_ADMIN.ORGANIZATION.REGISTRATION_TYPE
*
* @param registrationType the value for ORGANIZATION.REGISTRATION_TYPE
* @mbg.generated
*/
public void setRegistrationType(String registrationType) {
......@@ -863,9 +949,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.REMARK
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.REMARK
*
* @return the value of TAX_ADMIN.ORGANIZATION.REMARK
*
* @return the value of ORGANIZATION.REMARK
* @mbg.generated
*/
public String getRemark() {
......@@ -874,9 +961,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.REMARK
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.REMARK
*
* @param remark the value for TAX_ADMIN.ORGANIZATION.REMARK
*
* @param remark the value for ORGANIZATION.REMARK
* @mbg.generated
*/
public void setRemark(String remark) {
......@@ -885,31 +973,34 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.VEHICLEROUTINGLOCATION
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.VEHICLE_ROUTING_LOCATION
*
* @return the value of TAX_ADMIN.ORGANIZATION.VEHICLE_ROUTING_LOCATION
*
* @return the value of ORGANIZATION.VEHICLEROUTINGLOCATION
* @mbg.generated
*/
public String getVehicleroutinglocation() {
return vehicleroutinglocation;
public String getVehicleRoutingLocation() {
return vehicleRoutingLocation;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.VEHICLEROUTINGLOCATION
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.VEHICLE_ROUTING_LOCATION
*
* @param vehicleRoutingLocation the value for TAX_ADMIN.ORGANIZATION.VEHICLE_ROUTING_LOCATION
*
* @param vehicleroutinglocation the value for ORGANIZATION.VEHICLEROUTINGLOCATION
* @mbg.generated
*/
public void setVehicleroutinglocation(String vehicleroutinglocation) {
this.vehicleroutinglocation = vehicleroutinglocation == null ? null : vehicleroutinglocation.trim();
public void setVehicleRoutingLocation(String vehicleRoutingLocation) {
this.vehicleRoutingLocation = vehicleRoutingLocation == null ? null : vehicleRoutingLocation.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.RATEPAYER
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.RATEPAYER
*
* @return the value of TAX_ADMIN.ORGANIZATION.RATEPAYER
*
* @return the value of ORGANIZATION.RATEPAYER
* @mbg.generated
*/
public String getRatepayer() {
......@@ -918,9 +1009,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.RATEPAYER
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.RATEPAYER
*
* @param ratepayer the value for TAX_ADMIN.ORGANIZATION.RATEPAYER
*
* @param ratepayer the value for ORGANIZATION.RATEPAYER
* @mbg.generated
*/
public void setRatepayer(String ratepayer) {
......@@ -929,9 +1021,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.ADDRESS
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.ADDRESS
*
* @return the value of TAX_ADMIN.ORGANIZATION.ADDRESS
*
* @return the value of ORGANIZATION.ADDRESS
* @mbg.generated
*/
public String getAddress() {
......@@ -940,9 +1033,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.ADDRESS
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.ADDRESS
*
* @param address the value for TAX_ADMIN.ORGANIZATION.ADDRESS
*
* @param address the value for ORGANIZATION.ADDRESS
* @mbg.generated
*/
public void setAddress(String address) {
......@@ -951,9 +1045,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.FOUNDATION_DATE
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.FOUNDATION_DATE
*
* @return the value of TAX_ADMIN.ORGANIZATION.FOUNDATION_DATE
*
* @return the value of ORGANIZATION.FOUNDATION_DATE
* @mbg.generated
*/
public Date getFoundationDate() {
......@@ -962,9 +1057,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.FOUNDATION_DATE
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.FOUNDATION_DATE
*
* @param foundationDate the value for TAX_ADMIN.ORGANIZATION.FOUNDATION_DATE
*
* @param foundationDate the value for ORGANIZATION.FOUNDATION_DATE
* @mbg.generated
*/
public void setFoundationDate(Date foundationDate) {
......@@ -973,9 +1069,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.REGISTRATION_DATE
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.REGISTRATION_DATE
*
* @return the value of TAX_ADMIN.ORGANIZATION.REGISTRATION_DATE
*
* @return the value of ORGANIZATION.REGISTRATION_DATE
* @mbg.generated
*/
public Date getRegistrationDate() {
......@@ -984,9 +1081,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.REGISTRATION_DATE
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.REGISTRATION_DATE
*
* @param registrationDate the value for TAX_ADMIN.ORGANIZATION.REGISTRATION_DATE
*
* @param registrationDate the value for ORGANIZATION.REGISTRATION_DATE
* @mbg.generated
*/
public void setRegistrationDate(Date registrationDate) {
......@@ -995,9 +1093,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.REGISTRATION_LOCATION
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.REGISTRATION_LOCATION
*
* @return the value of TAX_ADMIN.ORGANIZATION.REGISTRATION_LOCATION
*
* @return the value of ORGANIZATION.REGISTRATION_LOCATION
* @mbg.generated
*/
public String getRegistrationLocation() {
......@@ -1006,9 +1105,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.REGISTRATION_LOCATION
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.REGISTRATION_LOCATION
*
* @param registrationLocation the value for TAX_ADMIN.ORGANIZATION.REGISTRATION_LOCATION
*
* @param registrationLocation the value for ORGANIZATION.REGISTRATION_LOCATION
* @mbg.generated
*/
public void setRegistrationLocation(String registrationLocation) {
......@@ -1017,9 +1117,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.REGISTRATION_CAPITAL
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.REGISTRATION_CAPITAL
*
* @return the value of TAX_ADMIN.ORGANIZATION.REGISTRATION_CAPITAL
*
* @return the value of ORGANIZATION.REGISTRATION_CAPITAL
* @mbg.generated
*/
public String getRegistrationCapital() {
......@@ -1028,9 +1129,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.REGISTRATION_CAPITAL
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.REGISTRATION_CAPITAL
*
* @param registrationCapital the value for TAX_ADMIN.ORGANIZATION.REGISTRATION_CAPITAL
*
* @param registrationCapital the value for ORGANIZATION.REGISTRATION_CAPITAL
* @mbg.generated
*/
public void setRegistrationCapital(String registrationCapital) {
......@@ -1039,9 +1141,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.BUSINESS_ALLOTTED_TIME_FROM
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.BUSINESS_ALLOTTED_TIME_FROM
*
* @return the value of TAX_ADMIN.ORGANIZATION.BUSINESS_ALLOTTED_TIME_FROM
*
* @return the value of ORGANIZATION.BUSINESS_ALLOTTED_TIME_FROM
* @mbg.generated
*/
public Date getBusinessAllottedTimeFrom() {
......@@ -1050,9 +1153,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.BUSINESS_ALLOTTED_TIME_FROM
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.BUSINESS_ALLOTTED_TIME_FROM
*
* @param businessAllottedTimeFrom the value for TAX_ADMIN.ORGANIZATION.BUSINESS_ALLOTTED_TIME_FROM
*
* @param businessAllottedTimeFrom the value for ORGANIZATION.BUSINESS_ALLOTTED_TIME_FROM
* @mbg.generated
*/
public void setBusinessAllottedTimeFrom(Date businessAllottedTimeFrom) {
......@@ -1061,9 +1165,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.BUSINESS_ALLOTTED_TIME_TO
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.BUSINESS_ALLOTTED_TIME_TO
*
* @return the value of TAX_ADMIN.ORGANIZATION.BUSINESS_ALLOTTED_TIME_TO
*
* @return the value of ORGANIZATION.BUSINESS_ALLOTTED_TIME_TO
* @mbg.generated
*/
public Date getBusinessAllottedTimeTo() {
......@@ -1072,9 +1177,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.BUSINESS_ALLOTTED_TIME_TO
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.BUSINESS_ALLOTTED_TIME_TO
*
* @param businessAllottedTimeTo the value for TAX_ADMIN.ORGANIZATION.BUSINESS_ALLOTTED_TIME_TO
*
* @param businessAllottedTimeTo the value for ORGANIZATION.BUSINESS_ALLOTTED_TIME_TO
* @mbg.generated
*/
public void setBusinessAllottedTimeTo(Date businessAllottedTimeTo) {
......@@ -1083,9 +1189,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ORGANIZATION.LEGAL_CODE
* This method returns the value of the database column TAX_ADMIN.ORGANIZATION.LEGAL_CODE
*
* @return the value of TAX_ADMIN.ORGANIZATION.LEGAL_CODE
*
* @return the value of ORGANIZATION.LEGAL_CODE
* @mbg.generated
*/
public String getLegalCode() {
......@@ -1094,9 +1201,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ORGANIZATION.LEGAL_CODE
* This method sets the value of the database column TAX_ADMIN.ORGANIZATION.LEGAL_CODE
*
* @param legalCode the value for TAX_ADMIN.ORGANIZATION.LEGAL_CODE
*
* @param legalCode the value for ORGANIZATION.LEGAL_CODE
* @mbg.generated
*/
public void setLegalCode(String legalCode) {
......@@ -1105,7 +1213,7 @@ public class Organization extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ORGANIZATION
* This method corresponds to the database table TAX_ADMIN.ORGANIZATION
*
* @mbg.generated
*/
......@@ -1141,7 +1249,7 @@ public class Organization extends BaseEntity implements Serializable {
sb.append(", phoneNumber=").append(phoneNumber);
sb.append(", registrationType=").append(registrationType);
sb.append(", remark=").append(remark);
sb.append(", vehicleroutinglocation=").append(vehicleroutinglocation);
sb.append(", vehicleRoutingLocation=").append(vehicleRoutingLocation);
sb.append(", ratepayer=").append(ratepayer);
sb.append(", address=").append(address);
sb.append(", foundationDate=").append(foundationDate);
......
......@@ -1975,73 +1975,73 @@ public class OrganizationExample {
return (Criteria) this;
}
public Criteria andVehicleroutinglocationIsNull() {
addCriterion("VEHICLEROUTINGLOCATION is null");
public Criteria andVehicleRoutingLocationIsNull() {
addCriterion("VEHICLE_ROUTING_LOCATION is null");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationIsNotNull() {
addCriterion("VEHICLEROUTINGLOCATION is not null");
public Criteria andVehicleRoutingLocationIsNotNull() {
addCriterion("VEHICLE_ROUTING_LOCATION is not null");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationEqualTo(String value) {
addCriterion("VEHICLEROUTINGLOCATION =", value, "vehicleroutinglocation");
public Criteria andVehicleRoutingLocationEqualTo(String value) {
addCriterion("VEHICLE_ROUTING_LOCATION =", value, "vehicleRoutingLocation");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationNotEqualTo(String value) {
addCriterion("VEHICLEROUTINGLOCATION <>", value, "vehicleroutinglocation");
public Criteria andVehicleRoutingLocationNotEqualTo(String value) {
addCriterion("VEHICLE_ROUTING_LOCATION <>", value, "vehicleRoutingLocation");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationGreaterThan(String value) {
addCriterion("VEHICLEROUTINGLOCATION >", value, "vehicleroutinglocation");
public Criteria andVehicleRoutingLocationGreaterThan(String value) {
addCriterion("VEHICLE_ROUTING_LOCATION >", value, "vehicleRoutingLocation");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationGreaterThanOrEqualTo(String value) {
addCriterion("VEHICLEROUTINGLOCATION >=", value, "vehicleroutinglocation");
public Criteria andVehicleRoutingLocationGreaterThanOrEqualTo(String value) {
addCriterion("VEHICLE_ROUTING_LOCATION >=", value, "vehicleRoutingLocation");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationLessThan(String value) {
addCriterion("VEHICLEROUTINGLOCATION <", value, "vehicleroutinglocation");
public Criteria andVehicleRoutingLocationLessThan(String value) {
addCriterion("VEHICLE_ROUTING_LOCATION <", value, "vehicleRoutingLocation");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationLessThanOrEqualTo(String value) {
addCriterion("VEHICLEROUTINGLOCATION <=", value, "vehicleroutinglocation");
public Criteria andVehicleRoutingLocationLessThanOrEqualTo(String value) {
addCriterion("VEHICLE_ROUTING_LOCATION <=", value, "vehicleRoutingLocation");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationLike(String value) {
addCriterion("VEHICLEROUTINGLOCATION like", value, "vehicleroutinglocation");
public Criteria andVehicleRoutingLocationLike(String value) {
addCriterion("VEHICLE_ROUTING_LOCATION like", value, "vehicleRoutingLocation");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationNotLike(String value) {
addCriterion("VEHICLEROUTINGLOCATION not like", value, "vehicleroutinglocation");
public Criteria andVehicleRoutingLocationNotLike(String value) {
addCriterion("VEHICLE_ROUTING_LOCATION not like", value, "vehicleRoutingLocation");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationIn(List<String> values) {
addCriterion("VEHICLEROUTINGLOCATION in", values, "vehicleroutinglocation");
public Criteria andVehicleRoutingLocationIn(List<String> values) {
addCriterion("VEHICLE_ROUTING_LOCATION in", values, "vehicleRoutingLocation");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationNotIn(List<String> values) {
addCriterion("VEHICLEROUTINGLOCATION not in", values, "vehicleroutinglocation");
public Criteria andVehicleRoutingLocationNotIn(List<String> values) {
addCriterion("VEHICLE_ROUTING_LOCATION not in", values, "vehicleRoutingLocation");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationBetween(String value1, String value2) {
addCriterion("VEHICLEROUTINGLOCATION between", value1, value2, "vehicleroutinglocation");
public Criteria andVehicleRoutingLocationBetween(String value1, String value2) {
addCriterion("VEHICLE_ROUTING_LOCATION between", value1, value2, "vehicleRoutingLocation");
return (Criteria) this;
}
public Criteria andVehicleroutinglocationNotBetween(String value1, String value2) {
addCriterion("VEHICLEROUTINGLOCATION not between", value1, value2, "vehicleroutinglocation");
public Criteria andVehicleRoutingLocationNotBetween(String value1, String value2) {
addCriterion("VEHICLE_ROUTING_LOCATION not between", value1, value2, "vehicleRoutingLocation");
return (Criteria) this;
}
......
......@@ -23,11 +23,11 @@ public class ProjectStatusManage extends BaseEntity implements Serializable {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column TAX_ADMIN.PROJECT_STATUS_MANAGE.DB_NAME
* This field corresponds to the database column TAX_ADMIN.PROJECT_STATUS_MANAGE.PROJECT_ID
*
* @mbg.generated
*/
private String dbName;
private String projectId;
/**
*
......@@ -108,26 +108,26 @@ public class ProjectStatusManage extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column TAX_ADMIN.PROJECT_STATUS_MANAGE.DB_NAME
* This method returns the value of the database column TAX_ADMIN.PROJECT_STATUS_MANAGE.PROJECT_ID
*
* @return the value of TAX_ADMIN.PROJECT_STATUS_MANAGE.DB_NAME
* @return the value of TAX_ADMIN.PROJECT_STATUS_MANAGE.PROJECT_ID
*
* @mbg.generated
*/
public String getDbName() {
return dbName;
public String getProjectId() {
return projectId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column TAX_ADMIN.PROJECT_STATUS_MANAGE.DB_NAME
* This method sets the value of the database column TAX_ADMIN.PROJECT_STATUS_MANAGE.PROJECT_ID
*
* @param dbName the value for TAX_ADMIN.PROJECT_STATUS_MANAGE.DB_NAME
* @param projectId the value for TAX_ADMIN.PROJECT_STATUS_MANAGE.PROJECT_ID
*
* @mbg.generated
*/
public void setDbName(String dbName) {
this.dbName = dbName == null ? null : dbName.trim();
public void setProjectId(String projectId) {
this.projectId = projectId == null ? null : projectId.trim();
}
/**
......@@ -263,7 +263,7 @@ public class ProjectStatusManage extends BaseEntity implements Serializable {
sb.append(" [");
sb.append("Hash = ").append(hashCode());
sb.append(", id=").append(id);
sb.append(", dbName=").append(dbName);
sb.append(", projectId=").append(projectId);
sb.append(", periodId=").append(periodId);
sb.append(", status=").append(status);
sb.append(", creatorId=").append(creatorId);
......
......@@ -265,73 +265,73 @@ public class ProjectStatusManageExample {
return (Criteria) this;
}
public Criteria andDbNameIsNull() {
addCriterion("DB_NAME is null");
public Criteria andProjectIdIsNull() {
addCriterion("PROJECT_ID is null");
return (Criteria) this;
}
public Criteria andDbNameIsNotNull() {
addCriterion("DB_NAME is not null");
public Criteria andProjectIdIsNotNull() {
addCriterion("PROJECT_ID is not null");
return (Criteria) this;
}
public Criteria andDbNameEqualTo(String value) {
addCriterion("DB_NAME =", value, "dbName");
public Criteria andProjectIdEqualTo(String value) {
addCriterion("PROJECT_ID =", value, "projectId");
return (Criteria) this;
}
public Criteria andDbNameNotEqualTo(String value) {
addCriterion("DB_NAME <>", value, "dbName");
public Criteria andProjectIdNotEqualTo(String value) {
addCriterion("PROJECT_ID <>", value, "projectId");
return (Criteria) this;
}
public Criteria andDbNameGreaterThan(String value) {
addCriterion("DB_NAME >", value, "dbName");
public Criteria andProjectIdGreaterThan(String value) {
addCriterion("PROJECT_ID >", value, "projectId");
return (Criteria) this;
}
public Criteria andDbNameGreaterThanOrEqualTo(String value) {
addCriterion("DB_NAME >=", value, "dbName");
public Criteria andProjectIdGreaterThanOrEqualTo(String value) {
addCriterion("PROJECT_ID >=", value, "projectId");
return (Criteria) this;
}
public Criteria andDbNameLessThan(String value) {
addCriterion("DB_NAME <", value, "dbName");
public Criteria andProjectIdLessThan(String value) {
addCriterion("PROJECT_ID <", value, "projectId");
return (Criteria) this;
}
public Criteria andDbNameLessThanOrEqualTo(String value) {
addCriterion("DB_NAME <=", value, "dbName");
public Criteria andProjectIdLessThanOrEqualTo(String value) {
addCriterion("PROJECT_ID <=", value, "projectId");
return (Criteria) this;
}
public Criteria andDbNameLike(String value) {
addCriterion("DB_NAME like", value, "dbName");
public Criteria andProjectIdLike(String value) {
addCriterion("PROJECT_ID like", value, "projectId");
return (Criteria) this;
}
public Criteria andDbNameNotLike(String value) {
addCriterion("DB_NAME not like", value, "dbName");
public Criteria andProjectIdNotLike(String value) {
addCriterion("PROJECT_ID not like", value, "projectId");
return (Criteria) this;
}
public Criteria andDbNameIn(List<String> values) {
addCriterion("DB_NAME in", values, "dbName");
public Criteria andProjectIdIn(List<String> values) {
addCriterion("PROJECT_ID in", values, "projectId");
return (Criteria) this;
}
public Criteria andDbNameNotIn(List<String> values) {
addCriterion("DB_NAME not in", values, "dbName");
public Criteria andProjectIdNotIn(List<String> values) {
addCriterion("PROJECT_ID not in", values, "projectId");
return (Criteria) this;
}
public Criteria andDbNameBetween(String value1, String value2) {
addCriterion("DB_NAME between", value1, value2, "dbName");
public Criteria andProjectIdBetween(String value1, String value2) {
addCriterion("PROJECT_ID between", value1, value2, "projectId");
return (Criteria) this;
}
public Criteria andDbNameNotBetween(String value1, String value2) {
addCriterion("DB_NAME not between", value1, value2, "dbName");
public Criteria andProjectIdNotBetween(String value1, String value2) {
addCriterion("PROJECT_ID not between", value1, value2, "projectId");
return (Criteria) this;
}
......
......@@ -4,14 +4,14 @@ import java.io.Serializable;
/**
* This class was generated by MyBatis Generator.
* This class corresponds to the database table REGION
* This class corresponds to the database table TAX_ADMIN.REGION
*
* @mbg.generated do_not_delete_during_merge
*/
public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column REGION.ID
* This field corresponds to the database column TAX_ADMIN.REGION.ID
*
* @mbg.generated
*/
......@@ -19,7 +19,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column REGION.PARENT_ID
* This field corresponds to the database column TAX_ADMIN.REGION.PARENT_ID
*
* @mbg.generated
*/
......@@ -27,7 +27,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column REGION.NAME
* This field corresponds to the database column TAX_ADMIN.REGION.NAME
*
* @mbg.generated
*/
......@@ -35,7 +35,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column REGION.SHORT_NAME
* This field corresponds to the database column TAX_ADMIN.REGION.SHORT_NAME
*
* @mbg.generated
*/
......@@ -43,7 +43,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column REGION.MERGER_NAME
* This field corresponds to the database column TAX_ADMIN.REGION.MERGER_NAME
*
* @mbg.generated
*/
......@@ -51,7 +51,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column REGION.LEVEL_TYPE
* This field corresponds to the database column TAX_ADMIN.REGION.LEVEL_TYPE
*
* @mbg.generated
*/
......@@ -59,7 +59,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column REGION.TEL_CODE
* This field corresponds to the database column TAX_ADMIN.REGION.TEL_CODE
*
* @mbg.generated
*/
......@@ -67,7 +67,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column REGION.ZIP_CODE
* This field corresponds to the database column TAX_ADMIN.REGION.ZIP_CODE
*
* @mbg.generated
*/
......@@ -75,7 +75,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column REGION.PIN_YIN
* This field corresponds to the database column TAX_ADMIN.REGION.PIN_YIN
*
* @mbg.generated
*/
......@@ -83,7 +83,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column REGION.LONGITUDE
* This field corresponds to the database column TAX_ADMIN.REGION.LONGITUDE
*
* @mbg.generated
*/
......@@ -91,7 +91,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column REGION.LATITUDE
* This field corresponds to the database column TAX_ADMIN.REGION.LATITUDE
*
* @mbg.generated
*/
......@@ -99,7 +99,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column REGION.IS_ACTIVE
* This field corresponds to the database column TAX_ADMIN.REGION.IS_ACTIVE
*
* @mbg.generated
*/
......@@ -107,7 +107,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table REGION
* This field corresponds to the database table TAX_ADMIN.REGION
*
* @mbg.generated
*/
......@@ -115,9 +115,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column REGION.ID
* This method returns the value of the database column TAX_ADMIN.REGION.ID
*
* @return the value of REGION.ID
* @return the value of TAX_ADMIN.REGION.ID
* @mbg.generated
*/
public String getId() {
......@@ -126,9 +126,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column REGION.ID
* This method sets the value of the database column TAX_ADMIN.REGION.ID
*
* @param id the value for REGION.ID
* @param id the value for TAX_ADMIN.REGION.ID
* @mbg.generated
*/
public void setId(String id) {
......@@ -137,9 +137,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column REGION.PARENT_ID
* This method returns the value of the database column TAX_ADMIN.REGION.PARENT_ID
*
* @return the value of REGION.PARENT_ID
* @return the value of TAX_ADMIN.REGION.PARENT_ID
* @mbg.generated
*/
public String getParentId() {
......@@ -148,9 +148,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column REGION.PARENT_ID
* This method sets the value of the database column TAX_ADMIN.REGION.PARENT_ID
*
* @param parentId the value for REGION.PARENT_ID
* @param parentId the value for TAX_ADMIN.REGION.PARENT_ID
* @mbg.generated
*/
public void setParentId(String parentId) {
......@@ -159,9 +159,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column REGION.NAME
* This method returns the value of the database column TAX_ADMIN.REGION.NAME
*
* @return the value of REGION.NAME
* @return the value of TAX_ADMIN.REGION.NAME
* @mbg.generated
*/
public String getName() {
......@@ -170,9 +170,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column REGION.NAME
* This method sets the value of the database column TAX_ADMIN.REGION.NAME
*
* @param name the value for REGION.NAME
* @param name the value for TAX_ADMIN.REGION.NAME
* @mbg.generated
*/
public void setName(String name) {
......@@ -181,9 +181,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column REGION.SHORT_NAME
* This method returns the value of the database column TAX_ADMIN.REGION.SHORT_NAME
*
* @return the value of REGION.SHORT_NAME
* @return the value of TAX_ADMIN.REGION.SHORT_NAME
* @mbg.generated
*/
public String getShortName() {
......@@ -192,9 +192,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column REGION.SHORT_NAME
* This method sets the value of the database column TAX_ADMIN.REGION.SHORT_NAME
*
* @param shortName the value for REGION.SHORT_NAME
* @param shortName the value for TAX_ADMIN.REGION.SHORT_NAME
* @mbg.generated
*/
public void setShortName(String shortName) {
......@@ -203,9 +203,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column REGION.MERGER_NAME
* This method returns the value of the database column TAX_ADMIN.REGION.MERGER_NAME
*
* @return the value of REGION.MERGER_NAME
* @return the value of TAX_ADMIN.REGION.MERGER_NAME
* @mbg.generated
*/
public String getMergerName() {
......@@ -214,9 +214,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column REGION.MERGER_NAME
* This method sets the value of the database column TAX_ADMIN.REGION.MERGER_NAME
*
* @param mergerName the value for REGION.MERGER_NAME
* @param mergerName the value for TAX_ADMIN.REGION.MERGER_NAME
* @mbg.generated
*/
public void setMergerName(String mergerName) {
......@@ -225,9 +225,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column REGION.LEVEL_TYPE
* This method returns the value of the database column TAX_ADMIN.REGION.LEVEL_TYPE
*
* @return the value of REGION.LEVEL_TYPE
* @return the value of TAX_ADMIN.REGION.LEVEL_TYPE
* @mbg.generated
*/
public Integer getLevelType() {
......@@ -236,9 +236,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column REGION.LEVEL_TYPE
* This method sets the value of the database column TAX_ADMIN.REGION.LEVEL_TYPE
*
* @param levelType the value for REGION.LEVEL_TYPE
* @param levelType the value for TAX_ADMIN.REGION.LEVEL_TYPE
* @mbg.generated
*/
public void setLevelType(Integer levelType) {
......@@ -247,9 +247,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column REGION.TEL_CODE
* This method returns the value of the database column TAX_ADMIN.REGION.TEL_CODE
*
* @return the value of REGION.TEL_CODE
* @return the value of TAX_ADMIN.REGION.TEL_CODE
* @mbg.generated
*/
public String getTelCode() {
......@@ -258,9 +258,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column REGION.TEL_CODE
* This method sets the value of the database column TAX_ADMIN.REGION.TEL_CODE
*
* @param telCode the value for REGION.TEL_CODE
* @param telCode the value for TAX_ADMIN.REGION.TEL_CODE
* @mbg.generated
*/
public void setTelCode(String telCode) {
......@@ -269,9 +269,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column REGION.ZIP_CODE
* This method returns the value of the database column TAX_ADMIN.REGION.ZIP_CODE
*
* @return the value of REGION.ZIP_CODE
* @return the value of TAX_ADMIN.REGION.ZIP_CODE
* @mbg.generated
*/
public String getZipCode() {
......@@ -280,9 +280,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column REGION.ZIP_CODE
* This method sets the value of the database column TAX_ADMIN.REGION.ZIP_CODE
*
* @param zipCode the value for REGION.ZIP_CODE
* @param zipCode the value for TAX_ADMIN.REGION.ZIP_CODE
* @mbg.generated
*/
public void setZipCode(String zipCode) {
......@@ -291,9 +291,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column REGION.PIN_YIN
* This method returns the value of the database column TAX_ADMIN.REGION.PIN_YIN
*
* @return the value of REGION.PIN_YIN
* @return the value of TAX_ADMIN.REGION.PIN_YIN
* @mbg.generated
*/
public String getPinYin() {
......@@ -302,9 +302,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column REGION.PIN_YIN
* This method sets the value of the database column TAX_ADMIN.REGION.PIN_YIN
*
* @param pinYin the value for REGION.PIN_YIN
* @param pinYin the value for TAX_ADMIN.REGION.PIN_YIN
* @mbg.generated
*/
public void setPinYin(String pinYin) {
......@@ -313,9 +313,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column REGION.LONGITUDE
* This method returns the value of the database column TAX_ADMIN.REGION.LONGITUDE
*
* @return the value of REGION.LONGITUDE
* @return the value of TAX_ADMIN.REGION.LONGITUDE
* @mbg.generated
*/
public Float getLongitude() {
......@@ -324,9 +324,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column REGION.LONGITUDE
* This method sets the value of the database column TAX_ADMIN.REGION.LONGITUDE
*
* @param longitude the value for REGION.LONGITUDE
* @param longitude the value for TAX_ADMIN.REGION.LONGITUDE
* @mbg.generated
*/
public void setLongitude(Float longitude) {
......@@ -335,9 +335,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column REGION.LATITUDE
* This method returns the value of the database column TAX_ADMIN.REGION.LATITUDE
*
* @return the value of REGION.LATITUDE
* @return the value of TAX_ADMIN.REGION.LATITUDE
* @mbg.generated
*/
public Float getLatitude() {
......@@ -346,9 +346,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column REGION.LATITUDE
* This method sets the value of the database column TAX_ADMIN.REGION.LATITUDE
*
* @param latitude the value for REGION.LATITUDE
* @param latitude the value for TAX_ADMIN.REGION.LATITUDE
* @mbg.generated
*/
public void setLatitude(Float latitude) {
......@@ -357,9 +357,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column REGION.IS_ACTIVE
* This method returns the value of the database column TAX_ADMIN.REGION.IS_ACTIVE
*
* @return the value of REGION.IS_ACTIVE
* @return the value of TAX_ADMIN.REGION.IS_ACTIVE
* @mbg.generated
*/
public Boolean getIsActive() {
......@@ -368,9 +368,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column REGION.IS_ACTIVE
* This method sets the value of the database column TAX_ADMIN.REGION.IS_ACTIVE
*
* @param isActive the value for REGION.IS_ACTIVE
* @param isActive the value for TAX_ADMIN.REGION.IS_ACTIVE
* @mbg.generated
*/
public void setIsActive(Boolean isActive) {
......@@ -379,7 +379,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table REGION
* This method corresponds to the database table TAX_ADMIN.REGION
*
* @mbg.generated
*/
......
......@@ -824,52 +824,52 @@ public class RegionExample {
return (Criteria) this;
}
public Criteria andLongitudeEqualTo(Double value) {
public Criteria andLongitudeEqualTo(Float value) {
addCriterion("LONGITUDE =", value, "longitude");
return (Criteria) this;
}
public Criteria andLongitudeNotEqualTo(Double value) {
public Criteria andLongitudeNotEqualTo(Float value) {
addCriterion("LONGITUDE <>", value, "longitude");
return (Criteria) this;
}
public Criteria andLongitudeGreaterThan(Double value) {
public Criteria andLongitudeGreaterThan(Float value) {
addCriterion("LONGITUDE >", value, "longitude");
return (Criteria) this;
}
public Criteria andLongitudeGreaterThanOrEqualTo(Double value) {
public Criteria andLongitudeGreaterThanOrEqualTo(Float value) {
addCriterion("LONGITUDE >=", value, "longitude");
return (Criteria) this;
}
public Criteria andLongitudeLessThan(Double value) {
public Criteria andLongitudeLessThan(Float value) {
addCriterion("LONGITUDE <", value, "longitude");
return (Criteria) this;
}
public Criteria andLongitudeLessThanOrEqualTo(Double value) {
public Criteria andLongitudeLessThanOrEqualTo(Float value) {
addCriterion("LONGITUDE <=", value, "longitude");
return (Criteria) this;
}
public Criteria andLongitudeIn(List<Double> values) {
public Criteria andLongitudeIn(List<Float> values) {
addCriterion("LONGITUDE in", values, "longitude");
return (Criteria) this;
}
public Criteria andLongitudeNotIn(List<Double> values) {
public Criteria andLongitudeNotIn(List<Float> values) {
addCriterion("LONGITUDE not in", values, "longitude");
return (Criteria) this;
}
public Criteria andLongitudeBetween(Double value1, Double value2) {
public Criteria andLongitudeBetween(Float value1, Float value2) {
addCriterion("LONGITUDE between", value1, value2, "longitude");
return (Criteria) this;
}
public Criteria andLongitudeNotBetween(Double value1, Double value2) {
public Criteria andLongitudeNotBetween(Float value1, Float value2) {
addCriterion("LONGITUDE not between", value1, value2, "longitude");
return (Criteria) this;
}
......@@ -884,52 +884,52 @@ public class RegionExample {
return (Criteria) this;
}
public Criteria andLatitudeEqualTo(Double value) {
public Criteria andLatitudeEqualTo(Float value) {
addCriterion("LATITUDE =", value, "latitude");
return (Criteria) this;
}
public Criteria andLatitudeNotEqualTo(Double value) {
public Criteria andLatitudeNotEqualTo(Float value) {
addCriterion("LATITUDE <>", value, "latitude");
return (Criteria) this;
}
public Criteria andLatitudeGreaterThan(Double value) {
public Criteria andLatitudeGreaterThan(Float value) {
addCriterion("LATITUDE >", value, "latitude");
return (Criteria) this;
}
public Criteria andLatitudeGreaterThanOrEqualTo(Double value) {
public Criteria andLatitudeGreaterThanOrEqualTo(Float value) {
addCriterion("LATITUDE >=", value, "latitude");
return (Criteria) this;
}
public Criteria andLatitudeLessThan(Double value) {
public Criteria andLatitudeLessThan(Float value) {
addCriterion("LATITUDE <", value, "latitude");
return (Criteria) this;
}
public Criteria andLatitudeLessThanOrEqualTo(Double value) {
public Criteria andLatitudeLessThanOrEqualTo(Float value) {
addCriterion("LATITUDE <=", value, "latitude");
return (Criteria) this;
}
public Criteria andLatitudeIn(List<Double> values) {
public Criteria andLatitudeIn(List<Float> values) {
addCriterion("LATITUDE in", values, "latitude");
return (Criteria) this;
}
public Criteria andLatitudeNotIn(List<Double> values) {
public Criteria andLatitudeNotIn(List<Float> values) {
addCriterion("LATITUDE not in", values, "latitude");
return (Criteria) this;
}
public Criteria andLatitudeBetween(Double value1, Double value2) {
public Criteria andLatitudeBetween(Float value1, Float value2) {
addCriterion("LATITUDE between", value1, value2, "latitude");
return (Criteria) this;
}
public Criteria andLatitudeNotBetween(Double value1, Double value2) {
public Criteria andLatitudeNotBetween(Float value1, Float value2) {
addCriterion("LATITUDE not between", value1, value2, "latitude");
return (Criteria) this;
}
......
......@@ -4,14 +4,14 @@ import java.io.Serializable;
/**
* This class was generated by MyBatis Generator.
* This class corresponds to the database table ROLE_PERMISSION
* This class corresponds to the database table TAX_ADMIN.ROLE_PERMISSION
*
* @mbg.generated do_not_delete_during_merge
*/
public class RolePermission extends BaseEntity implements Serializable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ROLE_PERMISSION.ID
* This field corresponds to the database column TAX_ADMIN.ROLE_PERMISSION.ID
*
* @mbg.generated
*/
......@@ -19,7 +19,7 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ROLE_PERMISSION.ROLE_ID
* This field corresponds to the database column TAX_ADMIN.ROLE_PERMISSION.ROLE_ID
*
* @mbg.generated
*/
......@@ -27,7 +27,7 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column ROLE_PERMISSION.PERMISSION_ID
* This field corresponds to the database column TAX_ADMIN.ROLE_PERMISSION.PERMISSION_ID
*
* @mbg.generated
*/
......@@ -35,33 +35,33 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table ROLE_PERMISSION
* This field corresponds to the database table TAX_ADMIN.ROLE_PERMISSION
*
* @mbg.generated
*/
private Role role;
private Permission permission;
private static final long serialVersionUID = 1L;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ROLE_PERMISSION.ID
* This method returns the value of the database column TAX_ADMIN.ROLE_PERMISSION.ID
*
* @return the value of ROLE_PERMISSION.ID
* @return the value of TAX_ADMIN.ROLE_PERMISSION.ID
* @mbg.generated
*/
private Role role;
private Permission permission;
public String getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ROLE_PERMISSION.ID
* This method sets the value of the database column TAX_ADMIN.ROLE_PERMISSION.ID
*
* @param id the value for ROLE_PERMISSION.ID
* @param id the value for TAX_ADMIN.ROLE_PERMISSION.ID
* @mbg.generated
*/
public void setId(String id) {
......@@ -70,9 +70,9 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ROLE_PERMISSION.ROLE_ID
* This method returns the value of the database column TAX_ADMIN.ROLE_PERMISSION.ROLE_ID
*
* @return the value of ROLE_PERMISSION.ROLE_ID
* @return the value of TAX_ADMIN.ROLE_PERMISSION.ROLE_ID
* @mbg.generated
*/
public String getRoleId() {
......@@ -81,9 +81,9 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ROLE_PERMISSION.ROLE_ID
* This method sets the value of the database column TAX_ADMIN.ROLE_PERMISSION.ROLE_ID
*
* @param roleId the value for ROLE_PERMISSION.ROLE_ID
* @param roleId the value for TAX_ADMIN.ROLE_PERMISSION.ROLE_ID
* @mbg.generated
*/
public void setRoleId(String roleId) {
......@@ -92,9 +92,9 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column ROLE_PERMISSION.PERMISSION_ID
* This method returns the value of the database column TAX_ADMIN.ROLE_PERMISSION.PERMISSION_ID
*
* @return the value of ROLE_PERMISSION.PERMISSION_ID
* @return the value of TAX_ADMIN.ROLE_PERMISSION.PERMISSION_ID
* @mbg.generated
*/
public String getPermissionId() {
......@@ -103,9 +103,9 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column ROLE_PERMISSION.PERMISSION_ID
* This method sets the value of the database column TAX_ADMIN.ROLE_PERMISSION.PERMISSION_ID
*
* @param permissionId the value for ROLE_PERMISSION.PERMISSION_ID
* @param permissionId the value for TAX_ADMIN.ROLE_PERMISSION.PERMISSION_ID
* @mbg.generated
*/
public void setPermissionId(String permissionId) {
......@@ -114,7 +114,7 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ROLE_PERMISSION
* This method corresponds to the database table TAX_ADMIN.ROLE_PERMISSION
*
* @mbg.generated
*/
......
......@@ -775,52 +775,52 @@ public class TemplateGroupExample {
return (Criteria) this;
}
public Criteria andIsSystemTypeEqualTo(Integer value) {
public Criteria andIsSystemTypeEqualTo(Boolean value) {
addCriterion("IS_SYSTEM_TYPE =", value, "isSystemType");
return (Criteria) this;
}
public Criteria andIsSystemTypeNotEqualTo(Integer value) {
public Criteria andIsSystemTypeNotEqualTo(Boolean value) {
addCriterion("IS_SYSTEM_TYPE <>", value, "isSystemType");
return (Criteria) this;
}
public Criteria andIsSystemTypeGreaterThan(Integer value) {
public Criteria andIsSystemTypeGreaterThan(Boolean value) {
addCriterion("IS_SYSTEM_TYPE >", value, "isSystemType");
return (Criteria) this;
}
public Criteria andIsSystemTypeGreaterThanOrEqualTo(Integer value) {
public Criteria andIsSystemTypeGreaterThanOrEqualTo(Boolean value) {
addCriterion("IS_SYSTEM_TYPE >=", value, "isSystemType");
return (Criteria) this;
}
public Criteria andIsSystemTypeLessThan(Integer value) {
public Criteria andIsSystemTypeLessThan(Boolean value) {
addCriterion("IS_SYSTEM_TYPE <", value, "isSystemType");
return (Criteria) this;
}
public Criteria andIsSystemTypeLessThanOrEqualTo(Integer value) {
public Criteria andIsSystemTypeLessThanOrEqualTo(Boolean value) {
addCriterion("IS_SYSTEM_TYPE <=", value, "isSystemType");
return (Criteria) this;
}
public Criteria andIsSystemTypeIn(List<Integer> values) {
public Criteria andIsSystemTypeIn(List<Boolean> values) {
addCriterion("IS_SYSTEM_TYPE in", values, "isSystemType");
return (Criteria) this;
}
public Criteria andIsSystemTypeNotIn(List<Integer> values) {
public Criteria andIsSystemTypeNotIn(List<Boolean> values) {
addCriterion("IS_SYSTEM_TYPE not in", values, "isSystemType");
return (Criteria) this;
}
public Criteria andIsSystemTypeBetween(Integer value1, Integer value2) {
public Criteria andIsSystemTypeBetween(Boolean value1, Boolean value2) {
addCriterion("IS_SYSTEM_TYPE between", value1, value2, "isSystemType");
return (Criteria) this;
}
public Criteria andIsSystemTypeNotBetween(Integer value1, Integer value2) {
public Criteria andIsSystemTypeNotBetween(Boolean value1, Boolean value2) {
addCriterion("IS_SYSTEM_TYPE not between", value1, value2, "isSystemType");
return (Criteria) this;
}
......
......@@ -32,7 +32,7 @@
<result column="PHONE_NUMBER" jdbcType="VARCHAR" property="phoneNumber" />
<result column="REGISTRATION_TYPE" jdbcType="VARCHAR" property="registrationType" />
<result column="REMARK" jdbcType="VARCHAR" property="remark" />
<result column="VEHICLE_ROUTING_LOCATION" jdbcType="VARCHAR" property="vehicleroutinglocation" />
<result column="VEHICLE_ROUTING_LOCATION" jdbcType="VARCHAR" property="vehicleRoutingLocation" />
<result column="RATEPAYER" jdbcType="VARCHAR" property="ratepayer" />
<result column="ADDRESS" jdbcType="VARCHAR" property="address" />
<result column="FOUNDATION_DATE" jdbcType="TIMESTAMP" property="foundationDate" />
......@@ -194,7 +194,7 @@
#{englishName,jdbcType=VARCHAR}, #{abbreviation,jdbcType=VARCHAR}, #{invoiceType,jdbcType=VARCHAR},
#{legalPersonName,jdbcType=VARCHAR}, #{manufactureAddress,jdbcType=VARCHAR}, #{registerAddress,jdbcType=VARCHAR},
#{bankAccountName,jdbcType=VARCHAR}, #{bankAccountNumber,jdbcType=VARCHAR}, #{phoneNumber,jdbcType=VARCHAR},
#{registrationType,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR}, #{vehicleroutinglocation,jdbcType=VARCHAR},
#{registrationType,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR}, #{vehicleRoutingLocation,jdbcType=VARCHAR},
#{ratepayer,jdbcType=VARCHAR}, #{address,jdbcType=VARCHAR}, #{foundationDate,jdbcType=TIMESTAMP},
#{registrationDate,jdbcType=TIMESTAMP}, #{registrationLocation,jdbcType=VARCHAR},
#{registrationCapital,jdbcType=VARCHAR}, #{businessAllottedTimeFrom,jdbcType=TIMESTAMP},
......@@ -285,7 +285,7 @@
<if test="remark != null">
REMARK,
</if>
<if test="vehicleroutinglocation != null">
<if test="vehicleRoutingLocation != null">
VEHICLE_ROUTING_LOCATION,
</if>
<if test="ratepayer != null">
......@@ -395,8 +395,8 @@
<if test="remark != null">
#{remark,jdbcType=VARCHAR},
</if>
<if test="vehicleroutinglocation != null">
#{vehicleroutinglocation,jdbcType=VARCHAR},
<if test="vehicleRoutingLocation != null">
#{vehicleRoutingLocation,jdbcType=VARCHAR},
</if>
<if test="ratepayer != null">
#{ratepayer,jdbcType=VARCHAR},
......@@ -522,8 +522,8 @@
<if test="record.remark != null">
REMARK = #{record.remark,jdbcType=VARCHAR},
</if>
<if test="record.vehicleroutinglocation != null">
VEHICLE_ROUTING_LOCATION = #{record.vehicleroutinglocation,jdbcType=VARCHAR},
<if test="record.vehicleRoutingLocation != null">
VEHICLE_ROUTING_LOCATION = #{record.vehicleRoutingLocation,jdbcType=VARCHAR},
</if>
<if test="record.ratepayer != null">
RATEPAYER = #{record.ratepayer,jdbcType=VARCHAR},
......@@ -589,7 +589,7 @@
PHONE_NUMBER = #{record.phoneNumber,jdbcType=VARCHAR},
REGISTRATION_TYPE = #{record.registrationType,jdbcType=VARCHAR},
REMARK = #{record.remark,jdbcType=VARCHAR},
VEHICLE_ROUTING_LOCATION = #{record.vehicleroutinglocation,jdbcType=VARCHAR},
VEHICLE_ROUTING_LOCATION = #{record.vehicleRoutingLocation,jdbcType=VARCHAR},
RATEPAYER = #{record.ratepayer,jdbcType=VARCHAR},
ADDRESS = #{record.address,jdbcType=VARCHAR},
FOUNDATION_DATE = #{record.foundationDate,jdbcType=TIMESTAMP},
......@@ -685,8 +685,8 @@
<if test="remark != null">
REMARK = #{remark,jdbcType=VARCHAR},
</if>
<if test="vehicleroutinglocation != null">
VEHICLE_ROUTING_LOCATION = #{vehicleroutinglocation,jdbcType=VARCHAR},
<if test="vehicleRoutingLocation != null">
VEHICLE_ROUTING_LOCATION = #{vehicleRoutingLocation,jdbcType=VARCHAR},
</if>
<if test="ratepayer != null">
RATEPAYER = #{ratepayer,jdbcType=VARCHAR},
......@@ -749,7 +749,7 @@
PHONE_NUMBER = #{phoneNumber,jdbcType=VARCHAR},
REGISTRATION_TYPE = #{registrationType,jdbcType=VARCHAR},
REMARK = #{remark,jdbcType=VARCHAR},
VEHICLE_ROUTING_LOCATION = #{vehicleroutinglocation,jdbcType=VARCHAR},
VEHICLE_ROUTING_LOCATION = #{vehicleRoutingLocation,jdbcType=VARCHAR},
RATEPAYER = #{ratepayer,jdbcType=VARCHAR},
ADDRESS = #{address,jdbcType=VARCHAR},
FOUNDATION_DATE = #{foundationDate,jdbcType=TIMESTAMP},
......
......@@ -7,7 +7,7 @@
This element is automatically generated by MyBatis Generator, do not modify.
-->
<id column="ID" jdbcType="VARCHAR" property="id" />
<result column="DB_NAME" jdbcType="VARCHAR" property="dbName" />
<result column="PROJECT_ID" jdbcType="VARCHAR" property="projectId" />
<result column="PERIOD_ID" jdbcType="DECIMAL" property="periodId" />
<result column="STATUS" jdbcType="DECIMAL" property="status" />
<result column="CREATOR_ID" jdbcType="VARCHAR" property="creatorId" />
......@@ -85,7 +85,7 @@
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
ID, DB_NAME, PERIOD_ID, "STATUS", CREATOR_ID, CREATE_TIME, UPDATE_TIME
ID, PROJECT_ID, PERIOD_ID, "STATUS", CREATOR_ID, CREATE_TIME, UPDATE_TIME
</sql>
<select id="selectByExample" parameterType="pwc.taxtech.atms.entity.ProjectStatusManageExample" resultMap="BaseResultMap">
<!--
......@@ -138,10 +138,10 @@
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
insert into PROJECT_STATUS_MANAGE (ID, DB_NAME, PERIOD_ID,
insert into PROJECT_STATUS_MANAGE (ID, PROJECT_ID, PERIOD_ID,
"STATUS", CREATOR_ID, CREATE_TIME,
UPDATE_TIME)
values (#{id,jdbcType=VARCHAR}, #{dbName,jdbcType=VARCHAR}, #{periodId,jdbcType=DECIMAL},
values (#{id,jdbcType=VARCHAR}, #{projectId,jdbcType=VARCHAR}, #{periodId,jdbcType=DECIMAL},
#{status,jdbcType=DECIMAL}, #{creatorId,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP})
</insert>
......@@ -155,8 +155,8 @@
<if test="id != null">
ID,
</if>
<if test="dbName != null">
DB_NAME,
<if test="projectId != null">
PROJECT_ID,
</if>
<if test="periodId != null">
PERIOD_ID,
......@@ -178,8 +178,8 @@
<if test="id != null">
#{id,jdbcType=VARCHAR},
</if>
<if test="dbName != null">
#{dbName,jdbcType=VARCHAR},
<if test="projectId != null">
#{projectId,jdbcType=VARCHAR},
</if>
<if test="periodId != null">
#{periodId,jdbcType=DECIMAL},
......@@ -218,8 +218,8 @@
<if test="record.id != null">
ID = #{record.id,jdbcType=VARCHAR},
</if>
<if test="record.dbName != null">
DB_NAME = #{record.dbName,jdbcType=VARCHAR},
<if test="record.projectId != null">
PROJECT_ID = #{record.projectId,jdbcType=VARCHAR},
</if>
<if test="record.periodId != null">
PERIOD_ID = #{record.periodId,jdbcType=DECIMAL},
......@@ -248,7 +248,7 @@
-->
update PROJECT_STATUS_MANAGE
set ID = #{record.id,jdbcType=VARCHAR},
DB_NAME = #{record.dbName,jdbcType=VARCHAR},
PROJECT_ID = #{record.projectId,jdbcType=VARCHAR},
PERIOD_ID = #{record.periodId,jdbcType=DECIMAL},
"STATUS" = #{record.status,jdbcType=DECIMAL},
CREATOR_ID = #{record.creatorId,jdbcType=VARCHAR},
......@@ -265,8 +265,8 @@
-->
update PROJECT_STATUS_MANAGE
<set>
<if test="dbName != null">
DB_NAME = #{dbName,jdbcType=VARCHAR},
<if test="projectId != null">
PROJECT_ID = #{projectId,jdbcType=VARCHAR},
</if>
<if test="periodId != null">
PERIOD_ID = #{periodId,jdbcType=DECIMAL},
......@@ -292,7 +292,7 @@
This element is automatically generated by MyBatis Generator, do not modify.
-->
update PROJECT_STATUS_MANAGE
set DB_NAME = #{dbName,jdbcType=VARCHAR},
set PROJECT_ID = #{projectId,jdbcType=VARCHAR},
PERIOD_ID = #{periodId,jdbcType=DECIMAL},
"STATUS" = #{status,jdbcType=DECIMAL},
CREATOR_ID = #{creatorId,jdbcType=VARCHAR},
......
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