Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
492b59e6
Commit
492b59e6
authored
Sep 26, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dev] re regernate mapper xml java use oracle table
parent
d44179d7
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
586 additions
and
477 deletions
+586
-477
AreaRegion.java
...dao/src/main/java/pwc/taxtech/atms/entity/AreaRegion.java
+40
-39
DimensionExample.java
...c/main/java/pwc/taxtech/atms/entity/DimensionExample.java
+10
-10
EnterpriseAccountSetOrg.java
...java/pwc/taxtech/atms/entity/EnterpriseAccountSetOrg.java
+30
-30
Organization.java
...o/src/main/java/pwc/taxtech/atms/entity/Organization.java
+298
-190
OrganizationExample.java
...ain/java/pwc/taxtech/atms/entity/OrganizationExample.java
+28
-28
ProjectStatusManage.java
...ain/java/pwc/taxtech/atms/entity/ProjectStatusManage.java
+11
-11
ProjectStatusManageExample.java
...a/pwc/taxtech/atms/entity/ProjectStatusManageExample.java
+28
-28
Region.java
atms-dao/src/main/java/pwc/taxtech/atms/entity/Region.java
+63
-63
RegionExample.java
.../src/main/java/pwc/taxtech/atms/entity/RegionExample.java
+20
-20
RolePermission.java
...src/main/java/pwc/taxtech/atms/entity/RolePermission.java
+23
-23
TemplateGroupExample.java
...in/java/pwc/taxtech/atms/entity/TemplateGroupExample.java
+10
-10
OrganizationMapper.xml
...ain/resources/pwc/taxtech/atms/dao/OrganizationMapper.xml
+11
-11
ProjectStatusManageMapper.xml
...ources/pwc/taxtech/atms/dao/ProjectStatusManageMapper.xml
+14
-14
No files found.
atms-dao/src/main/java/pwc/taxtech/atms/entity/AreaRegion.java
View file @
492b59e6
...
@@ -4,35 +4,14 @@ import java.io.Serializable;
...
@@ -4,35 +4,14 @@ import java.io.Serializable;
/**
/**
* This class was generated by MyBatis Generator.
* 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
* @mbg.generated do_not_delete_during_merge
*/
*/
public
class
AreaRegion
extends
BaseEntity
implements
Serializable
{
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 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
* @mbg.generated
*/
*/
...
@@ -40,7 +19,7 @@ public class AreaRegion extends BaseEntity implements Serializable {
...
@@ -40,7 +19,7 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -48,7 +27,7 @@ public class AreaRegion extends BaseEntity implements Serializable {
...
@@ -48,7 +27,7 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -56,17 +35,22 @@ public class AreaRegion extends BaseEntity implements Serializable {
...
@@ -56,17 +35,22 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
private
Area
area
;
private
Region
region
;
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getId
()
{
public
String
getId
()
{
...
@@ -75,9 +59,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
...
@@ -75,9 +59,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setId
(
String
id
)
{
public
void
setId
(
String
id
)
{
...
@@ -86,9 +70,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
...
@@ -86,9 +70,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getAreaId
()
{
public
String
getAreaId
()
{
...
@@ -97,9 +81,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
...
@@ -97,9 +81,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setAreaId
(
String
areaId
)
{
public
void
setAreaId
(
String
areaId
)
{
...
@@ -108,9 +92,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
...
@@ -108,9 +92,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getRegionId
()
{
public
String
getRegionId
()
{
...
@@ -119,9 +103,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
...
@@ -119,9 +103,9 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setRegionId
(
String
regionId
)
{
public
void
setRegionId
(
String
regionId
)
{
...
@@ -130,7 +114,7 @@ public class AreaRegion extends BaseEntity implements Serializable {
...
@@ -130,7 +114,7 @@ public class AreaRegion extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -146,4 +130,20 @@ public class AreaRegion extends BaseEntity implements Serializable {
...
@@ -146,4 +130,20 @@ public class AreaRegion extends BaseEntity implements Serializable {
sb
.
append
(
"]"
);
sb
.
append
(
"]"
);
return
sb
.
toString
();
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
atms-dao/src/main/java/pwc/taxtech/atms/entity/DimensionExample.java
View file @
492b59e6
...
@@ -415,52 +415,52 @@ public class DimensionExample {
...
@@ -415,52 +415,52 @@ public class DimensionExample {
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andOrderIndexEqualTo
(
Boolean
value
)
{
public
Criteria
andOrderIndexEqualTo
(
Short
value
)
{
addCriterion
(
"ORDER_INDEX ="
,
value
,
"orderIndex"
);
addCriterion
(
"ORDER_INDEX ="
,
value
,
"orderIndex"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andOrderIndexNotEqualTo
(
Boolean
value
)
{
public
Criteria
andOrderIndexNotEqualTo
(
Short
value
)
{
addCriterion
(
"ORDER_INDEX <>"
,
value
,
"orderIndex"
);
addCriterion
(
"ORDER_INDEX <>"
,
value
,
"orderIndex"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andOrderIndexGreaterThan
(
Boolean
value
)
{
public
Criteria
andOrderIndexGreaterThan
(
Short
value
)
{
addCriterion
(
"ORDER_INDEX >"
,
value
,
"orderIndex"
);
addCriterion
(
"ORDER_INDEX >"
,
value
,
"orderIndex"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andOrderIndexGreaterThanOrEqualTo
(
Boolean
value
)
{
public
Criteria
andOrderIndexGreaterThanOrEqualTo
(
Short
value
)
{
addCriterion
(
"ORDER_INDEX >="
,
value
,
"orderIndex"
);
addCriterion
(
"ORDER_INDEX >="
,
value
,
"orderIndex"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andOrderIndexLessThan
(
Boolean
value
)
{
public
Criteria
andOrderIndexLessThan
(
Short
value
)
{
addCriterion
(
"ORDER_INDEX <"
,
value
,
"orderIndex"
);
addCriterion
(
"ORDER_INDEX <"
,
value
,
"orderIndex"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andOrderIndexLessThanOrEqualTo
(
Boolean
value
)
{
public
Criteria
andOrderIndexLessThanOrEqualTo
(
Short
value
)
{
addCriterion
(
"ORDER_INDEX <="
,
value
,
"orderIndex"
);
addCriterion
(
"ORDER_INDEX <="
,
value
,
"orderIndex"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andOrderIndexIn
(
List
<
Boolean
>
values
)
{
public
Criteria
andOrderIndexIn
(
List
<
Short
>
values
)
{
addCriterion
(
"ORDER_INDEX in"
,
values
,
"orderIndex"
);
addCriterion
(
"ORDER_INDEX in"
,
values
,
"orderIndex"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andOrderIndexNotIn
(
List
<
Boolean
>
values
)
{
public
Criteria
andOrderIndexNotIn
(
List
<
Short
>
values
)
{
addCriterion
(
"ORDER_INDEX not in"
,
values
,
"orderIndex"
);
addCriterion
(
"ORDER_INDEX not in"
,
values
,
"orderIndex"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andOrderIndexBetween
(
Boolean
value1
,
Boolean
value2
)
{
public
Criteria
andOrderIndexBetween
(
Short
value1
,
Short
value2
)
{
addCriterion
(
"ORDER_INDEX between"
,
value1
,
value2
,
"orderIndex"
);
addCriterion
(
"ORDER_INDEX between"
,
value1
,
value2
,
"orderIndex"
);
return
(
Criteria
)
this
;
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"
);
addCriterion
(
"ORDER_INDEX not between"
,
value1
,
value2
,
"orderIndex"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
...
...
atms-dao/src/main/java/pwc/taxtech/atms/entity/EnterpriseAccountSetOrg.java
View file @
492b59e6
...
@@ -6,7 +6,7 @@ import java.util.Date;
...
@@ -6,7 +6,7 @@ import java.util.Date;
/**
/**
*
*
* This class was generated by MyBatis Generator.
* 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
* @mbg.generated do_not_delete_during_merge
*/
*/
...
@@ -14,7 +14,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -14,7 +14,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
*
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -23,7 +23,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -23,7 +23,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
*
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -32,7 +32,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -32,7 +32,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
*
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -41,7 +41,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -41,7 +41,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
*
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -50,27 +50,27 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -50,27 +50,27 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
*
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
Date
expiredDate
;
private
Date
expiredDate
;
private
Organization
organization
;
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
private
Organization
organization
;
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -80,9 +80,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -80,9 +80,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -92,9 +92,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -92,9 +92,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -104,9 +104,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -104,9 +104,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -116,9 +116,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -116,9 +116,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -128,9 +128,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -128,9 +128,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -140,9 +140,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -140,9 +140,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -152,9 +152,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -152,9 +152,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -164,9 +164,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -164,9 +164,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -176,9 +176,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -176,9 +176,9 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -188,7 +188,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
...
@@ -188,7 +188,7 @@ public class EnterpriseAccountSetOrg extends BaseEntity implements Serializable
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
...
atms-dao/src/main/java/pwc/taxtech/atms/entity/Organization.java
View file @
492b59e6
...
@@ -4,295 +4,332 @@ import java.io.Serializable;
...
@@ -4,295 +4,332 @@ import java.io.Serializable;
import
java.util.Date
;
import
java.util.Date
;
/**
/**
*
* This class was generated by MyBatis Generator.
* 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
* @mbg.generated do_not_delete_during_merge
*/
*/
public
class
Organization
extends
BaseEntity
implements
Serializable
{
public
class
Organization
extends
BaseEntity
implements
Serializable
{
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
id
;
private
String
id
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
clientCode
;
private
String
clientCode
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
name
;
private
String
name
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
code
;
private
String
code
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
parentId
;
private
String
parentId
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
taxPayerNumber
;
private
String
taxPayerNumber
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
regionId
;
private
String
regionId
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
structureId
;
private
String
structureId
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
industryId
;
private
String
industryId
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
businessUnitId
;
private
String
businessUnitId
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
Boolean
isActive
;
private
Boolean
isActive
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
Integer
pLevel
;
private
Integer
pLevel
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
Date
createTime
;
private
Date
createTime
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
Date
updateTime
;
private
Date
updateTime
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
areaId
;
private
String
areaId
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
englishName
;
private
String
englishName
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
abbreviation
;
private
String
abbreviation
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
invoiceType
;
private
String
invoiceType
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
legalPersonName
;
private
String
legalPersonName
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
manufactureAddress
;
private
String
manufactureAddress
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
registerAddress
;
private
String
registerAddress
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
bankAccountName
;
private
String
bankAccountName
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
bankAccountNumber
;
private
String
bankAccountNumber
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
phoneNumber
;
private
String
phoneNumber
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
registrationType
;
private
String
registrationType
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
remark
;
private
String
remark
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column
ORGANIZATION.VEHICLEROUTING
LOCATION
* This field corresponds to the database column
TAX_ADMIN.ORGANIZATION.VEHICLE_ROUTING_
LOCATION
*
*
* @mbg.generated
* @mbg.generated
*/
*/
private
String
vehicle
routingl
ocation
;
private
String
vehicle
RoutingL
ocation
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
ratepayer
;
private
String
ratepayer
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
address
;
private
String
address
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
Date
foundationDate
;
private
Date
foundationDate
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
Date
registrationDate
;
private
Date
registrationDate
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
registrationLocation
;
private
String
registrationLocation
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
registrationCapital
;
private
String
registrationCapital
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
Date
businessAllottedTimeFrom
;
private
Date
businessAllottedTimeFrom
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
Date
businessAllottedTimeTo
;
private
Date
businessAllottedTimeTo
;
/**
/**
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -300,11 +337,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -300,11 +337,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
Area
area
;
private
Area
area
;
private
BusinessUnit
businessUnit
;
private
BusinessUnit
businessUnit
;
...
@@ -313,9 +349,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -313,9 +349,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getId
()
{
public
String
getId
()
{
...
@@ -324,9 +361,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -324,9 +361,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setId
(
String
id
)
{
public
void
setId
(
String
id
)
{
...
@@ -335,9 +373,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -335,9 +373,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getClientCode
()
{
public
String
getClientCode
()
{
...
@@ -346,9 +385,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -346,9 +385,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setClientCode
(
String
clientCode
)
{
public
void
setClientCode
(
String
clientCode
)
{
...
@@ -357,9 +397,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -357,9 +397,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getName
()
{
public
String
getName
()
{
...
@@ -368,9 +409,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -368,9 +409,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setName
(
String
name
)
{
public
void
setName
(
String
name
)
{
...
@@ -379,9 +421,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -379,9 +421,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getCode
()
{
public
String
getCode
()
{
...
@@ -390,9 +433,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -390,9 +433,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setCode
(
String
code
)
{
public
void
setCode
(
String
code
)
{
...
@@ -401,9 +445,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -401,9 +445,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getParentId
()
{
public
String
getParentId
()
{
...
@@ -412,9 +457,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -412,9 +457,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setParentId
(
String
parentId
)
{
public
void
setParentId
(
String
parentId
)
{
...
@@ -423,9 +469,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -423,9 +469,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getTaxPayerNumber
()
{
public
String
getTaxPayerNumber
()
{
...
@@ -434,9 +481,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -434,9 +481,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setTaxPayerNumber
(
String
taxPayerNumber
)
{
public
void
setTaxPayerNumber
(
String
taxPayerNumber
)
{
...
@@ -445,9 +493,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -445,9 +493,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getRegionId
()
{
public
String
getRegionId
()
{
...
@@ -456,9 +505,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -456,9 +505,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setRegionId
(
String
regionId
)
{
public
void
setRegionId
(
String
regionId
)
{
...
@@ -467,9 +517,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -467,9 +517,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getStructureId
()
{
public
String
getStructureId
()
{
...
@@ -478,9 +529,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -478,9 +529,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setStructureId
(
String
structureId
)
{
public
void
setStructureId
(
String
structureId
)
{
...
@@ -489,9 +541,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -489,9 +541,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getIndustryId
()
{
public
String
getIndustryId
()
{
...
@@ -500,9 +553,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -500,9 +553,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setIndustryId
(
String
industryId
)
{
public
void
setIndustryId
(
String
industryId
)
{
...
@@ -511,9 +565,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -511,9 +565,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getBusinessUnitId
()
{
public
String
getBusinessUnitId
()
{
...
@@ -522,9 +577,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -522,9 +577,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setBusinessUnitId
(
String
businessUnitId
)
{
public
void
setBusinessUnitId
(
String
businessUnitId
)
{
...
@@ -533,9 +589,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -533,9 +589,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
Boolean
getIsActive
()
{
public
Boolean
getIsActive
()
{
...
@@ -544,9 +601,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -544,9 +601,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setIsActive
(
Boolean
isActive
)
{
public
void
setIsActive
(
Boolean
isActive
)
{
...
@@ -555,9 +613,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -555,9 +613,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
Integer
getpLevel
()
{
public
Integer
getpLevel
()
{
...
@@ -566,9 +625,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -566,9 +625,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setpLevel
(
Integer
pLevel
)
{
public
void
setpLevel
(
Integer
pLevel
)
{
...
@@ -577,9 +637,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -577,9 +637,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
Date
getCreateTime
()
{
public
Date
getCreateTime
()
{
...
@@ -588,9 +649,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -588,9 +649,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setCreateTime
(
Date
createTime
)
{
public
void
setCreateTime
(
Date
createTime
)
{
...
@@ -599,9 +661,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -599,9 +661,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
Date
getUpdateTime
()
{
public
Date
getUpdateTime
()
{
...
@@ -610,9 +673,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -610,9 +673,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setUpdateTime
(
Date
updateTime
)
{
public
void
setUpdateTime
(
Date
updateTime
)
{
...
@@ -621,9 +685,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -621,9 +685,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getAreaId
()
{
public
String
getAreaId
()
{
...
@@ -632,9 +697,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -632,9 +697,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setAreaId
(
String
areaId
)
{
public
void
setAreaId
(
String
areaId
)
{
...
@@ -643,9 +709,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -643,9 +709,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getEnglishName
()
{
public
String
getEnglishName
()
{
...
@@ -654,9 +721,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -654,9 +721,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setEnglishName
(
String
englishName
)
{
public
void
setEnglishName
(
String
englishName
)
{
...
@@ -665,9 +733,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -665,9 +733,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getAbbreviation
()
{
public
String
getAbbreviation
()
{
...
@@ -676,9 +745,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -676,9 +745,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setAbbreviation
(
String
abbreviation
)
{
public
void
setAbbreviation
(
String
abbreviation
)
{
...
@@ -687,9 +757,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -687,9 +757,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getInvoiceType
()
{
public
String
getInvoiceType
()
{
...
@@ -698,9 +769,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -698,9 +769,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setInvoiceType
(
String
invoiceType
)
{
public
void
setInvoiceType
(
String
invoiceType
)
{
...
@@ -709,9 +781,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -709,9 +781,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getLegalPersonName
()
{
public
String
getLegalPersonName
()
{
...
@@ -720,9 +793,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -720,9 +793,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setLegalPersonName
(
String
legalPersonName
)
{
public
void
setLegalPersonName
(
String
legalPersonName
)
{
...
@@ -731,9 +805,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -731,9 +805,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getManufactureAddress
()
{
public
String
getManufactureAddress
()
{
...
@@ -742,9 +817,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -742,9 +817,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setManufactureAddress
(
String
manufactureAddress
)
{
public
void
setManufactureAddress
(
String
manufactureAddress
)
{
...
@@ -753,9 +829,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -753,9 +829,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getRegisterAddress
()
{
public
String
getRegisterAddress
()
{
...
@@ -764,9 +841,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -764,9 +841,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setRegisterAddress
(
String
registerAddress
)
{
public
void
setRegisterAddress
(
String
registerAddress
)
{
...
@@ -775,9 +853,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -775,9 +853,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getBankAccountName
()
{
public
String
getBankAccountName
()
{
...
@@ -786,9 +865,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -786,9 +865,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setBankAccountName
(
String
bankAccountName
)
{
public
void
setBankAccountName
(
String
bankAccountName
)
{
...
@@ -797,9 +877,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -797,9 +877,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getBankAccountNumber
()
{
public
String
getBankAccountNumber
()
{
...
@@ -808,9 +889,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -808,9 +889,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setBankAccountNumber
(
String
bankAccountNumber
)
{
public
void
setBankAccountNumber
(
String
bankAccountNumber
)
{
...
@@ -819,9 +901,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -819,9 +901,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getPhoneNumber
()
{
public
String
getPhoneNumber
()
{
...
@@ -830,9 +913,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -830,9 +913,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setPhoneNumber
(
String
phoneNumber
)
{
public
void
setPhoneNumber
(
String
phoneNumber
)
{
...
@@ -841,9 +925,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -841,9 +925,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getRegistrationType
()
{
public
String
getRegistrationType
()
{
...
@@ -852,9 +937,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -852,9 +937,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setRegistrationType
(
String
registrationType
)
{
public
void
setRegistrationType
(
String
registrationType
)
{
...
@@ -863,9 +949,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -863,9 +949,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getRemark
()
{
public
String
getRemark
()
{
...
@@ -874,9 +961,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -874,9 +961,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setRemark
(
String
remark
)
{
public
void
setRemark
(
String
remark
)
{
...
@@ -885,31 +973,34 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -885,31 +973,34 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getVehicle
routingl
ocation
()
{
public
String
getVehicle
RoutingL
ocation
()
{
return
vehicle
routingl
ocation
;
return
vehicle
RoutingL
ocation
;
}
}
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setVehicle
routinglocation
(
String
vehicleroutingl
ocation
)
{
public
void
setVehicle
RoutingLocation
(
String
vehicleRoutingL
ocation
)
{
this
.
vehicle
routinglocation
=
vehicleroutinglocation
==
null
?
null
:
vehicleroutingl
ocation
.
trim
();
this
.
vehicle
RoutingLocation
=
vehicleRoutingLocation
==
null
?
null
:
vehicleRoutingL
ocation
.
trim
();
}
}
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getRatepayer
()
{
public
String
getRatepayer
()
{
...
@@ -918,9 +1009,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -918,9 +1009,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setRatepayer
(
String
ratepayer
)
{
public
void
setRatepayer
(
String
ratepayer
)
{
...
@@ -929,9 +1021,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -929,9 +1021,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getAddress
()
{
public
String
getAddress
()
{
...
@@ -940,9 +1033,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -940,9 +1033,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setAddress
(
String
address
)
{
public
void
setAddress
(
String
address
)
{
...
@@ -951,9 +1045,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -951,9 +1045,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
Date
getFoundationDate
()
{
public
Date
getFoundationDate
()
{
...
@@ -962,9 +1057,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -962,9 +1057,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setFoundationDate
(
Date
foundationDate
)
{
public
void
setFoundationDate
(
Date
foundationDate
)
{
...
@@ -973,9 +1069,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -973,9 +1069,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
Date
getRegistrationDate
()
{
public
Date
getRegistrationDate
()
{
...
@@ -984,9 +1081,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -984,9 +1081,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setRegistrationDate
(
Date
registrationDate
)
{
public
void
setRegistrationDate
(
Date
registrationDate
)
{
...
@@ -995,9 +1093,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -995,9 +1093,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getRegistrationLocation
()
{
public
String
getRegistrationLocation
()
{
...
@@ -1006,9 +1105,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -1006,9 +1105,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setRegistrationLocation
(
String
registrationLocation
)
{
public
void
setRegistrationLocation
(
String
registrationLocation
)
{
...
@@ -1017,9 +1117,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -1017,9 +1117,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getRegistrationCapital
()
{
public
String
getRegistrationCapital
()
{
...
@@ -1028,9 +1129,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -1028,9 +1129,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setRegistrationCapital
(
String
registrationCapital
)
{
public
void
setRegistrationCapital
(
String
registrationCapital
)
{
...
@@ -1039,9 +1141,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -1039,9 +1141,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
Date
getBusinessAllottedTimeFrom
()
{
public
Date
getBusinessAllottedTimeFrom
()
{
...
@@ -1050,9 +1153,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -1050,9 +1153,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setBusinessAllottedTimeFrom
(
Date
businessAllottedTimeFrom
)
{
public
void
setBusinessAllottedTimeFrom
(
Date
businessAllottedTimeFrom
)
{
...
@@ -1061,9 +1165,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -1061,9 +1165,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
Date
getBusinessAllottedTimeTo
()
{
public
Date
getBusinessAllottedTimeTo
()
{
...
@@ -1072,9 +1177,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -1072,9 +1177,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setBusinessAllottedTimeTo
(
Date
businessAllottedTimeTo
)
{
public
void
setBusinessAllottedTimeTo
(
Date
businessAllottedTimeTo
)
{
...
@@ -1083,9 +1189,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -1083,9 +1189,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getLegalCode
()
{
public
String
getLegalCode
()
{
...
@@ -1094,9 +1201,10 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -1094,9 +1201,10 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setLegalCode
(
String
legalCode
)
{
public
void
setLegalCode
(
String
legalCode
)
{
...
@@ -1105,7 +1213,7 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -1105,7 +1213,7 @@ public class Organization extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -1141,7 +1249,7 @@ public class Organization extends BaseEntity implements Serializable {
...
@@ -1141,7 +1249,7 @@ public class Organization extends BaseEntity implements Serializable {
sb
.
append
(
", phoneNumber="
).
append
(
phoneNumber
);
sb
.
append
(
", phoneNumber="
).
append
(
phoneNumber
);
sb
.
append
(
", registrationType="
).
append
(
registrationType
);
sb
.
append
(
", registrationType="
).
append
(
registrationType
);
sb
.
append
(
", remark="
).
append
(
remark
);
sb
.
append
(
", remark="
).
append
(
remark
);
sb
.
append
(
", vehicle
routinglocation="
).
append
(
vehicleroutingl
ocation
);
sb
.
append
(
", vehicle
RoutingLocation="
).
append
(
vehicleRoutingL
ocation
);
sb
.
append
(
", ratepayer="
).
append
(
ratepayer
);
sb
.
append
(
", ratepayer="
).
append
(
ratepayer
);
sb
.
append
(
", address="
).
append
(
address
);
sb
.
append
(
", address="
).
append
(
address
);
sb
.
append
(
", foundationDate="
).
append
(
foundationDate
);
sb
.
append
(
", foundationDate="
).
append
(
foundationDate
);
...
...
atms-dao/src/main/java/pwc/taxtech/atms/entity/OrganizationExample.java
View file @
492b59e6
...
@@ -1975,73 +1975,73 @@ public class OrganizationExample {
...
@@ -1975,73 +1975,73 @@ public class OrganizationExample {
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationIsNull
()
{
public
Criteria
andVehicle
RoutingL
ocationIsNull
()
{
addCriterion
(
"VEHICLE
ROUTING
LOCATION is null"
);
addCriterion
(
"VEHICLE
_ROUTING_
LOCATION is null"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationIsNotNull
()
{
public
Criteria
andVehicle
RoutingL
ocationIsNotNull
()
{
addCriterion
(
"VEHICLE
ROUTING
LOCATION is not null"
);
addCriterion
(
"VEHICLE
_ROUTING_
LOCATION is not null"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationEqualTo
(
String
value
)
{
public
Criteria
andVehicle
RoutingL
ocationEqualTo
(
String
value
)
{
addCriterion
(
"VEHICLE
ROUTINGLOCATION ="
,
value
,
"vehicleroutingl
ocation"
);
addCriterion
(
"VEHICLE
_ROUTING_LOCATION ="
,
value
,
"vehicleRoutingL
ocation"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationNotEqualTo
(
String
value
)
{
public
Criteria
andVehicle
RoutingL
ocationNotEqualTo
(
String
value
)
{
addCriterion
(
"VEHICLE
ROUTINGLOCATION <>"
,
value
,
"vehicleroutingl
ocation"
);
addCriterion
(
"VEHICLE
_ROUTING_LOCATION <>"
,
value
,
"vehicleRoutingL
ocation"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationGreaterThan
(
String
value
)
{
public
Criteria
andVehicle
RoutingL
ocationGreaterThan
(
String
value
)
{
addCriterion
(
"VEHICLE
ROUTINGLOCATION >"
,
value
,
"vehicleroutingl
ocation"
);
addCriterion
(
"VEHICLE
_ROUTING_LOCATION >"
,
value
,
"vehicleRoutingL
ocation"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationGreaterThanOrEqualTo
(
String
value
)
{
public
Criteria
andVehicle
RoutingL
ocationGreaterThanOrEqualTo
(
String
value
)
{
addCriterion
(
"VEHICLE
ROUTINGLOCATION >="
,
value
,
"vehicleroutingl
ocation"
);
addCriterion
(
"VEHICLE
_ROUTING_LOCATION >="
,
value
,
"vehicleRoutingL
ocation"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationLessThan
(
String
value
)
{
public
Criteria
andVehicle
RoutingL
ocationLessThan
(
String
value
)
{
addCriterion
(
"VEHICLE
ROUTINGLOCATION <"
,
value
,
"vehicleroutingl
ocation"
);
addCriterion
(
"VEHICLE
_ROUTING_LOCATION <"
,
value
,
"vehicleRoutingL
ocation"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationLessThanOrEqualTo
(
String
value
)
{
public
Criteria
andVehicle
RoutingL
ocationLessThanOrEqualTo
(
String
value
)
{
addCriterion
(
"VEHICLE
ROUTINGLOCATION <="
,
value
,
"vehicleroutingl
ocation"
);
addCriterion
(
"VEHICLE
_ROUTING_LOCATION <="
,
value
,
"vehicleRoutingL
ocation"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationLike
(
String
value
)
{
public
Criteria
andVehicle
RoutingL
ocationLike
(
String
value
)
{
addCriterion
(
"VEHICLE
ROUTINGLOCATION like"
,
value
,
"vehicleroutingl
ocation"
);
addCriterion
(
"VEHICLE
_ROUTING_LOCATION like"
,
value
,
"vehicleRoutingL
ocation"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationNotLike
(
String
value
)
{
public
Criteria
andVehicle
RoutingL
ocationNotLike
(
String
value
)
{
addCriterion
(
"VEHICLE
ROUTINGLOCATION not like"
,
value
,
"vehicleroutingl
ocation"
);
addCriterion
(
"VEHICLE
_ROUTING_LOCATION not like"
,
value
,
"vehicleRoutingL
ocation"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationIn
(
List
<
String
>
values
)
{
public
Criteria
andVehicle
RoutingL
ocationIn
(
List
<
String
>
values
)
{
addCriterion
(
"VEHICLE
ROUTINGLOCATION in"
,
values
,
"vehicleroutingl
ocation"
);
addCriterion
(
"VEHICLE
_ROUTING_LOCATION in"
,
values
,
"vehicleRoutingL
ocation"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationNotIn
(
List
<
String
>
values
)
{
public
Criteria
andVehicle
RoutingL
ocationNotIn
(
List
<
String
>
values
)
{
addCriterion
(
"VEHICLE
ROUTINGLOCATION not in"
,
values
,
"vehicleroutingl
ocation"
);
addCriterion
(
"VEHICLE
_ROUTING_LOCATION not in"
,
values
,
"vehicleRoutingL
ocation"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationBetween
(
String
value1
,
String
value2
)
{
public
Criteria
andVehicle
RoutingL
ocationBetween
(
String
value1
,
String
value2
)
{
addCriterion
(
"VEHICLE
ROUTINGLOCATION between"
,
value1
,
value2
,
"vehicleroutingl
ocation"
);
addCriterion
(
"VEHICLE
_ROUTING_LOCATION between"
,
value1
,
value2
,
"vehicleRoutingL
ocation"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andVehicle
routingl
ocationNotBetween
(
String
value1
,
String
value2
)
{
public
Criteria
andVehicle
RoutingL
ocationNotBetween
(
String
value1
,
String
value2
)
{
addCriterion
(
"VEHICLE
ROUTINGLOCATION not between"
,
value1
,
value2
,
"vehicleroutingl
ocation"
);
addCriterion
(
"VEHICLE
_ROUTING_LOCATION not between"
,
value1
,
value2
,
"vehicleRoutingL
ocation"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
...
...
atms-dao/src/main/java/pwc/taxtech/atms/entity/ProjectStatusManage.java
View file @
492b59e6
...
@@ -23,11 +23,11 @@ public class ProjectStatusManage extends BaseEntity implements Serializable {
...
@@ -23,11 +23,11 @@ public class ProjectStatusManage extends BaseEntity implements Serializable {
/**
/**
*
*
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
String
dbName
;
private
String
projectId
;
/**
/**
*
*
...
@@ -108,26 +108,26 @@ public class ProjectStatusManage extends BaseEntity implements Serializable {
...
@@ -108,26 +108,26 @@ public class ProjectStatusManage extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
get
DbName
()
{
public
String
get
ProjectId
()
{
return
dbName
;
return
projectId
;
}
}
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
set
DbName
(
String
dbName
)
{
public
void
set
ProjectId
(
String
projectId
)
{
this
.
dbName
=
dbName
==
null
?
null
:
dbName
.
trim
();
this
.
projectId
=
projectId
==
null
?
null
:
projectId
.
trim
();
}
}
/**
/**
...
@@ -263,7 +263,7 @@ public class ProjectStatusManage extends BaseEntity implements Serializable {
...
@@ -263,7 +263,7 @@ public class ProjectStatusManage extends BaseEntity implements Serializable {
sb
.
append
(
" ["
);
sb
.
append
(
" ["
);
sb
.
append
(
"Hash = "
).
append
(
hashCode
());
sb
.
append
(
"Hash = "
).
append
(
hashCode
());
sb
.
append
(
", id="
).
append
(
id
);
sb
.
append
(
", id="
).
append
(
id
);
sb
.
append
(
",
dbName="
).
append
(
dbName
);
sb
.
append
(
",
projectId="
).
append
(
projectId
);
sb
.
append
(
", periodId="
).
append
(
periodId
);
sb
.
append
(
", periodId="
).
append
(
periodId
);
sb
.
append
(
", status="
).
append
(
status
);
sb
.
append
(
", status="
).
append
(
status
);
sb
.
append
(
", creatorId="
).
append
(
creatorId
);
sb
.
append
(
", creatorId="
).
append
(
creatorId
);
...
...
atms-dao/src/main/java/pwc/taxtech/atms/entity/ProjectStatusManageExample.java
View file @
492b59e6
...
@@ -265,73 +265,73 @@ public class ProjectStatusManageExample {
...
@@ -265,73 +265,73 @@ public class ProjectStatusManageExample {
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
IsNull
()
{
public
Criteria
and
ProjectId
IsNull
()
{
addCriterion
(
"
DB_NAME
is null"
);
addCriterion
(
"
PROJECT_ID
is null"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
IsNotNull
()
{
public
Criteria
and
ProjectId
IsNotNull
()
{
addCriterion
(
"
DB_NAME
is not null"
);
addCriterion
(
"
PROJECT_ID
is not null"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
EqualTo
(
String
value
)
{
public
Criteria
and
ProjectId
EqualTo
(
String
value
)
{
addCriterion
(
"
DB_NAME ="
,
value
,
"dbName
"
);
addCriterion
(
"
PROJECT_ID ="
,
value
,
"projectId
"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
NotEqualTo
(
String
value
)
{
public
Criteria
and
ProjectId
NotEqualTo
(
String
value
)
{
addCriterion
(
"
DB_NAME <>"
,
value
,
"dbName
"
);
addCriterion
(
"
PROJECT_ID <>"
,
value
,
"projectId
"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
GreaterThan
(
String
value
)
{
public
Criteria
and
ProjectId
GreaterThan
(
String
value
)
{
addCriterion
(
"
DB_NAME >"
,
value
,
"dbName
"
);
addCriterion
(
"
PROJECT_ID >"
,
value
,
"projectId
"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
GreaterThanOrEqualTo
(
String
value
)
{
public
Criteria
and
ProjectId
GreaterThanOrEqualTo
(
String
value
)
{
addCriterion
(
"
DB_NAME >="
,
value
,
"dbName
"
);
addCriterion
(
"
PROJECT_ID >="
,
value
,
"projectId
"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
LessThan
(
String
value
)
{
public
Criteria
and
ProjectId
LessThan
(
String
value
)
{
addCriterion
(
"
DB_NAME <"
,
value
,
"dbName
"
);
addCriterion
(
"
PROJECT_ID <"
,
value
,
"projectId
"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
LessThanOrEqualTo
(
String
value
)
{
public
Criteria
and
ProjectId
LessThanOrEqualTo
(
String
value
)
{
addCriterion
(
"
DB_NAME <="
,
value
,
"dbName
"
);
addCriterion
(
"
PROJECT_ID <="
,
value
,
"projectId
"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
Like
(
String
value
)
{
public
Criteria
and
ProjectId
Like
(
String
value
)
{
addCriterion
(
"
DB_NAME like"
,
value
,
"dbName
"
);
addCriterion
(
"
PROJECT_ID like"
,
value
,
"projectId
"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
NotLike
(
String
value
)
{
public
Criteria
and
ProjectId
NotLike
(
String
value
)
{
addCriterion
(
"
DB_NAME not like"
,
value
,
"dbName
"
);
addCriterion
(
"
PROJECT_ID not like"
,
value
,
"projectId
"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
In
(
List
<
String
>
values
)
{
public
Criteria
and
ProjectId
In
(
List
<
String
>
values
)
{
addCriterion
(
"
DB_NAME in"
,
values
,
"dbName
"
);
addCriterion
(
"
PROJECT_ID in"
,
values
,
"projectId
"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
NotIn
(
List
<
String
>
values
)
{
public
Criteria
and
ProjectId
NotIn
(
List
<
String
>
values
)
{
addCriterion
(
"
DB_NAME not in"
,
values
,
"dbName
"
);
addCriterion
(
"
PROJECT_ID not in"
,
values
,
"projectId
"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
Between
(
String
value1
,
String
value2
)
{
public
Criteria
and
ProjectId
Between
(
String
value1
,
String
value2
)
{
addCriterion
(
"
DB_NAME between"
,
value1
,
value2
,
"dbName
"
);
addCriterion
(
"
PROJECT_ID between"
,
value1
,
value2
,
"projectId
"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
and
DbName
NotBetween
(
String
value1
,
String
value2
)
{
public
Criteria
and
ProjectId
NotBetween
(
String
value1
,
String
value2
)
{
addCriterion
(
"
DB_NAME not between"
,
value1
,
value2
,
"dbName
"
);
addCriterion
(
"
PROJECT_ID not between"
,
value1
,
value2
,
"projectId
"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
...
...
atms-dao/src/main/java/pwc/taxtech/atms/entity/Region.java
View file @
492b59e6
...
@@ -4,14 +4,14 @@ import java.io.Serializable;
...
@@ -4,14 +4,14 @@ import java.io.Serializable;
/**
/**
* This class was generated by MyBatis Generator.
* 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
* @mbg.generated do_not_delete_during_merge
*/
*/
public
class
Region
extends
BaseEntity
implements
Serializable
,
Cloneable
{
public
class
Region
extends
BaseEntity
implements
Serializable
,
Cloneable
{
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -19,7 +19,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -19,7 +19,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -27,7 +27,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -27,7 +27,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -35,7 +35,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -35,7 +35,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -43,7 +43,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -43,7 +43,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -51,7 +51,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -51,7 +51,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -59,7 +59,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -59,7 +59,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -67,7 +67,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -67,7 +67,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -75,7 +75,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -75,7 +75,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -83,7 +83,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -83,7 +83,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -91,7 +91,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -91,7 +91,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -99,7 +99,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -99,7 +99,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -107,7 +107,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -107,7 +107,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -115,9 +115,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -115,9 +115,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getId
()
{
public
String
getId
()
{
...
@@ -126,9 +126,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -126,9 +126,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setId
(
String
id
)
{
public
void
setId
(
String
id
)
{
...
@@ -137,9 +137,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -137,9 +137,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getParentId
()
{
public
String
getParentId
()
{
...
@@ -148,9 +148,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -148,9 +148,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setParentId
(
String
parentId
)
{
public
void
setParentId
(
String
parentId
)
{
...
@@ -159,9 +159,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -159,9 +159,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getName
()
{
public
String
getName
()
{
...
@@ -170,9 +170,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -170,9 +170,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setName
(
String
name
)
{
public
void
setName
(
String
name
)
{
...
@@ -181,9 +181,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -181,9 +181,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getShortName
()
{
public
String
getShortName
()
{
...
@@ -192,9 +192,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -192,9 +192,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setShortName
(
String
shortName
)
{
public
void
setShortName
(
String
shortName
)
{
...
@@ -203,9 +203,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -203,9 +203,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getMergerName
()
{
public
String
getMergerName
()
{
...
@@ -214,9 +214,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -214,9 +214,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setMergerName
(
String
mergerName
)
{
public
void
setMergerName
(
String
mergerName
)
{
...
@@ -225,9 +225,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -225,9 +225,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
Integer
getLevelType
()
{
public
Integer
getLevelType
()
{
...
@@ -236,9 +236,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -236,9 +236,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setLevelType
(
Integer
levelType
)
{
public
void
setLevelType
(
Integer
levelType
)
{
...
@@ -247,9 +247,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -247,9 +247,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getTelCode
()
{
public
String
getTelCode
()
{
...
@@ -258,9 +258,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -258,9 +258,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setTelCode
(
String
telCode
)
{
public
void
setTelCode
(
String
telCode
)
{
...
@@ -269,9 +269,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -269,9 +269,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getZipCode
()
{
public
String
getZipCode
()
{
...
@@ -280,9 +280,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -280,9 +280,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setZipCode
(
String
zipCode
)
{
public
void
setZipCode
(
String
zipCode
)
{
...
@@ -291,9 +291,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -291,9 +291,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getPinYin
()
{
public
String
getPinYin
()
{
...
@@ -302,9 +302,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -302,9 +302,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setPinYin
(
String
pinYin
)
{
public
void
setPinYin
(
String
pinYin
)
{
...
@@ -313,9 +313,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -313,9 +313,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
Float
getLongitude
()
{
public
Float
getLongitude
()
{
...
@@ -324,9 +324,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -324,9 +324,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setLongitude
(
Float
longitude
)
{
public
void
setLongitude
(
Float
longitude
)
{
...
@@ -335,9 +335,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -335,9 +335,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
Float
getLatitude
()
{
public
Float
getLatitude
()
{
...
@@ -346,9 +346,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -346,9 +346,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setLatitude
(
Float
latitude
)
{
public
void
setLatitude
(
Float
latitude
)
{
...
@@ -357,9 +357,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -357,9 +357,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
Boolean
getIsActive
()
{
public
Boolean
getIsActive
()
{
...
@@ -368,9 +368,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -368,9 +368,9 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setIsActive
(
Boolean
isActive
)
{
public
void
setIsActive
(
Boolean
isActive
)
{
...
@@ -379,7 +379,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
...
@@ -379,7 +379,7 @@ public class Region extends BaseEntity implements Serializable, Cloneable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
...
atms-dao/src/main/java/pwc/taxtech/atms/entity/RegionExample.java
View file @
492b59e6
...
@@ -824,52 +824,52 @@ public class RegionExample {
...
@@ -824,52 +824,52 @@ public class RegionExample {
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLongitudeEqualTo
(
Double
value
)
{
public
Criteria
andLongitudeEqualTo
(
Float
value
)
{
addCriterion
(
"LONGITUDE ="
,
value
,
"longitude"
);
addCriterion
(
"LONGITUDE ="
,
value
,
"longitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLongitudeNotEqualTo
(
Double
value
)
{
public
Criteria
andLongitudeNotEqualTo
(
Float
value
)
{
addCriterion
(
"LONGITUDE <>"
,
value
,
"longitude"
);
addCriterion
(
"LONGITUDE <>"
,
value
,
"longitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLongitudeGreaterThan
(
Double
value
)
{
public
Criteria
andLongitudeGreaterThan
(
Float
value
)
{
addCriterion
(
"LONGITUDE >"
,
value
,
"longitude"
);
addCriterion
(
"LONGITUDE >"
,
value
,
"longitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLongitudeGreaterThanOrEqualTo
(
Double
value
)
{
public
Criteria
andLongitudeGreaterThanOrEqualTo
(
Float
value
)
{
addCriterion
(
"LONGITUDE >="
,
value
,
"longitude"
);
addCriterion
(
"LONGITUDE >="
,
value
,
"longitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLongitudeLessThan
(
Double
value
)
{
public
Criteria
andLongitudeLessThan
(
Float
value
)
{
addCriterion
(
"LONGITUDE <"
,
value
,
"longitude"
);
addCriterion
(
"LONGITUDE <"
,
value
,
"longitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLongitudeLessThanOrEqualTo
(
Double
value
)
{
public
Criteria
andLongitudeLessThanOrEqualTo
(
Float
value
)
{
addCriterion
(
"LONGITUDE <="
,
value
,
"longitude"
);
addCriterion
(
"LONGITUDE <="
,
value
,
"longitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLongitudeIn
(
List
<
Double
>
values
)
{
public
Criteria
andLongitudeIn
(
List
<
Float
>
values
)
{
addCriterion
(
"LONGITUDE in"
,
values
,
"longitude"
);
addCriterion
(
"LONGITUDE in"
,
values
,
"longitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLongitudeNotIn
(
List
<
Double
>
values
)
{
public
Criteria
andLongitudeNotIn
(
List
<
Float
>
values
)
{
addCriterion
(
"LONGITUDE not in"
,
values
,
"longitude"
);
addCriterion
(
"LONGITUDE not in"
,
values
,
"longitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLongitudeBetween
(
Double
value1
,
Double
value2
)
{
public
Criteria
andLongitudeBetween
(
Float
value1
,
Float
value2
)
{
addCriterion
(
"LONGITUDE between"
,
value1
,
value2
,
"longitude"
);
addCriterion
(
"LONGITUDE between"
,
value1
,
value2
,
"longitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLongitudeNotBetween
(
Double
value1
,
Double
value2
)
{
public
Criteria
andLongitudeNotBetween
(
Float
value1
,
Float
value2
)
{
addCriterion
(
"LONGITUDE not between"
,
value1
,
value2
,
"longitude"
);
addCriterion
(
"LONGITUDE not between"
,
value1
,
value2
,
"longitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
...
@@ -884,52 +884,52 @@ public class RegionExample {
...
@@ -884,52 +884,52 @@ public class RegionExample {
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLatitudeEqualTo
(
Double
value
)
{
public
Criteria
andLatitudeEqualTo
(
Float
value
)
{
addCriterion
(
"LATITUDE ="
,
value
,
"latitude"
);
addCriterion
(
"LATITUDE ="
,
value
,
"latitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLatitudeNotEqualTo
(
Double
value
)
{
public
Criteria
andLatitudeNotEqualTo
(
Float
value
)
{
addCriterion
(
"LATITUDE <>"
,
value
,
"latitude"
);
addCriterion
(
"LATITUDE <>"
,
value
,
"latitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLatitudeGreaterThan
(
Double
value
)
{
public
Criteria
andLatitudeGreaterThan
(
Float
value
)
{
addCriterion
(
"LATITUDE >"
,
value
,
"latitude"
);
addCriterion
(
"LATITUDE >"
,
value
,
"latitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLatitudeGreaterThanOrEqualTo
(
Double
value
)
{
public
Criteria
andLatitudeGreaterThanOrEqualTo
(
Float
value
)
{
addCriterion
(
"LATITUDE >="
,
value
,
"latitude"
);
addCriterion
(
"LATITUDE >="
,
value
,
"latitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLatitudeLessThan
(
Double
value
)
{
public
Criteria
andLatitudeLessThan
(
Float
value
)
{
addCriterion
(
"LATITUDE <"
,
value
,
"latitude"
);
addCriterion
(
"LATITUDE <"
,
value
,
"latitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLatitudeLessThanOrEqualTo
(
Double
value
)
{
public
Criteria
andLatitudeLessThanOrEqualTo
(
Float
value
)
{
addCriterion
(
"LATITUDE <="
,
value
,
"latitude"
);
addCriterion
(
"LATITUDE <="
,
value
,
"latitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLatitudeIn
(
List
<
Double
>
values
)
{
public
Criteria
andLatitudeIn
(
List
<
Float
>
values
)
{
addCriterion
(
"LATITUDE in"
,
values
,
"latitude"
);
addCriterion
(
"LATITUDE in"
,
values
,
"latitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLatitudeNotIn
(
List
<
Double
>
values
)
{
public
Criteria
andLatitudeNotIn
(
List
<
Float
>
values
)
{
addCriterion
(
"LATITUDE not in"
,
values
,
"latitude"
);
addCriterion
(
"LATITUDE not in"
,
values
,
"latitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLatitudeBetween
(
Double
value1
,
Double
value2
)
{
public
Criteria
andLatitudeBetween
(
Float
value1
,
Float
value2
)
{
addCriterion
(
"LATITUDE between"
,
value1
,
value2
,
"latitude"
);
addCriterion
(
"LATITUDE between"
,
value1
,
value2
,
"latitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andLatitudeNotBetween
(
Double
value1
,
Double
value2
)
{
public
Criteria
andLatitudeNotBetween
(
Float
value1
,
Float
value2
)
{
addCriterion
(
"LATITUDE not between"
,
value1
,
value2
,
"latitude"
);
addCriterion
(
"LATITUDE not between"
,
value1
,
value2
,
"latitude"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
...
...
atms-dao/src/main/java/pwc/taxtech/atms/entity/RolePermission.java
View file @
492b59e6
...
@@ -4,14 +4,14 @@ import java.io.Serializable;
...
@@ -4,14 +4,14 @@ import java.io.Serializable;
/**
/**
* This class was generated by MyBatis Generator.
* 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
* @mbg.generated do_not_delete_during_merge
*/
*/
public
class
RolePermission
extends
BaseEntity
implements
Serializable
{
public
class
RolePermission
extends
BaseEntity
implements
Serializable
{
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -19,7 +19,7 @@ public class RolePermission extends BaseEntity implements Serializable {
...
@@ -19,7 +19,7 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -27,7 +27,7 @@ public class RolePermission extends BaseEntity implements Serializable {
...
@@ -27,7 +27,7 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
@@ -35,33 +35,33 @@ public class RolePermission extends BaseEntity implements Serializable {
...
@@ -35,33 +35,33 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
/**
* This field was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
Role
role
;
private
Permission
permission
;
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
private
Role
role
;
private
Permission
permission
;
public
String
getId
()
{
public
String
getId
()
{
return
id
;
return
id
;
}
}
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setId
(
String
id
)
{
public
void
setId
(
String
id
)
{
...
@@ -70,9 +70,9 @@ public class RolePermission extends BaseEntity implements Serializable {
...
@@ -70,9 +70,9 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getRoleId
()
{
public
String
getRoleId
()
{
...
@@ -81,9 +81,9 @@ public class RolePermission extends BaseEntity implements Serializable {
...
@@ -81,9 +81,9 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setRoleId
(
String
roleId
)
{
public
void
setRoleId
(
String
roleId
)
{
...
@@ -92,9 +92,9 @@ public class RolePermission extends BaseEntity implements Serializable {
...
@@ -92,9 +92,9 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
String
getPermissionId
()
{
public
String
getPermissionId
()
{
...
@@ -103,9 +103,9 @@ public class RolePermission extends BaseEntity implements Serializable {
...
@@ -103,9 +103,9 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
public
void
setPermissionId
(
String
permissionId
)
{
public
void
setPermissionId
(
String
permissionId
)
{
...
@@ -114,7 +114,7 @@ public class RolePermission extends BaseEntity implements Serializable {
...
@@ -114,7 +114,7 @@ public class RolePermission extends BaseEntity implements Serializable {
/**
/**
* This method was generated by MyBatis Generator.
* 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
* @mbg.generated
*/
*/
...
...
atms-dao/src/main/java/pwc/taxtech/atms/entity/TemplateGroupExample.java
View file @
492b59e6
...
@@ -775,52 +775,52 @@ public class TemplateGroupExample {
...
@@ -775,52 +775,52 @@ public class TemplateGroupExample {
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andIsSystemTypeEqualTo
(
Integer
value
)
{
public
Criteria
andIsSystemTypeEqualTo
(
Boolean
value
)
{
addCriterion
(
"IS_SYSTEM_TYPE ="
,
value
,
"isSystemType"
);
addCriterion
(
"IS_SYSTEM_TYPE ="
,
value
,
"isSystemType"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andIsSystemTypeNotEqualTo
(
Integer
value
)
{
public
Criteria
andIsSystemTypeNotEqualTo
(
Boolean
value
)
{
addCriterion
(
"IS_SYSTEM_TYPE <>"
,
value
,
"isSystemType"
);
addCriterion
(
"IS_SYSTEM_TYPE <>"
,
value
,
"isSystemType"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andIsSystemTypeGreaterThan
(
Integer
value
)
{
public
Criteria
andIsSystemTypeGreaterThan
(
Boolean
value
)
{
addCriterion
(
"IS_SYSTEM_TYPE >"
,
value
,
"isSystemType"
);
addCriterion
(
"IS_SYSTEM_TYPE >"
,
value
,
"isSystemType"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andIsSystemTypeGreaterThanOrEqualTo
(
Integer
value
)
{
public
Criteria
andIsSystemTypeGreaterThanOrEqualTo
(
Boolean
value
)
{
addCriterion
(
"IS_SYSTEM_TYPE >="
,
value
,
"isSystemType"
);
addCriterion
(
"IS_SYSTEM_TYPE >="
,
value
,
"isSystemType"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andIsSystemTypeLessThan
(
Integer
value
)
{
public
Criteria
andIsSystemTypeLessThan
(
Boolean
value
)
{
addCriterion
(
"IS_SYSTEM_TYPE <"
,
value
,
"isSystemType"
);
addCriterion
(
"IS_SYSTEM_TYPE <"
,
value
,
"isSystemType"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andIsSystemTypeLessThanOrEqualTo
(
Integer
value
)
{
public
Criteria
andIsSystemTypeLessThanOrEqualTo
(
Boolean
value
)
{
addCriterion
(
"IS_SYSTEM_TYPE <="
,
value
,
"isSystemType"
);
addCriterion
(
"IS_SYSTEM_TYPE <="
,
value
,
"isSystemType"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andIsSystemTypeIn
(
List
<
Integer
>
values
)
{
public
Criteria
andIsSystemTypeIn
(
List
<
Boolean
>
values
)
{
addCriterion
(
"IS_SYSTEM_TYPE in"
,
values
,
"isSystemType"
);
addCriterion
(
"IS_SYSTEM_TYPE in"
,
values
,
"isSystemType"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
public
Criteria
andIsSystemTypeNotIn
(
List
<
Integer
>
values
)
{
public
Criteria
andIsSystemTypeNotIn
(
List
<
Boolean
>
values
)
{
addCriterion
(
"IS_SYSTEM_TYPE not in"
,
values
,
"isSystemType"
);
addCriterion
(
"IS_SYSTEM_TYPE not in"
,
values
,
"isSystemType"
);
return
(
Criteria
)
this
;
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"
);
addCriterion
(
"IS_SYSTEM_TYPE between"
,
value1
,
value2
,
"isSystemType"
);
return
(
Criteria
)
this
;
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"
);
addCriterion
(
"IS_SYSTEM_TYPE not between"
,
value1
,
value2
,
"isSystemType"
);
return
(
Criteria
)
this
;
return
(
Criteria
)
this
;
}
}
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/dao/OrganizationMapper.xml
View file @
492b59e6
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<result
column=
"PHONE_NUMBER"
jdbcType=
"VARCHAR"
property=
"phoneNumber"
/>
<result
column=
"PHONE_NUMBER"
jdbcType=
"VARCHAR"
property=
"phoneNumber"
/>
<result
column=
"REGISTRATION_TYPE"
jdbcType=
"VARCHAR"
property=
"registrationType"
/>
<result
column=
"REGISTRATION_TYPE"
jdbcType=
"VARCHAR"
property=
"registrationType"
/>
<result
column=
"REMARK"
jdbcType=
"VARCHAR"
property=
"remark"
/>
<result
column=
"REMARK"
jdbcType=
"VARCHAR"
property=
"remark"
/>
<result
column=
"VEHICLE_ROUTING_LOCATION"
jdbcType=
"VARCHAR"
property=
"vehicle
routingl
ocation"
/>
<result
column=
"VEHICLE_ROUTING_LOCATION"
jdbcType=
"VARCHAR"
property=
"vehicle
RoutingL
ocation"
/>
<result
column=
"RATEPAYER"
jdbcType=
"VARCHAR"
property=
"ratepayer"
/>
<result
column=
"RATEPAYER"
jdbcType=
"VARCHAR"
property=
"ratepayer"
/>
<result
column=
"ADDRESS"
jdbcType=
"VARCHAR"
property=
"address"
/>
<result
column=
"ADDRESS"
jdbcType=
"VARCHAR"
property=
"address"
/>
<result
column=
"FOUNDATION_DATE"
jdbcType=
"TIMESTAMP"
property=
"foundationDate"
/>
<result
column=
"FOUNDATION_DATE"
jdbcType=
"TIMESTAMP"
property=
"foundationDate"
/>
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
#{englishName,jdbcType=VARCHAR}, #{abbreviation,jdbcType=VARCHAR}, #{invoiceType,jdbcType=VARCHAR},
#{englishName,jdbcType=VARCHAR}, #{abbreviation,jdbcType=VARCHAR}, #{invoiceType,jdbcType=VARCHAR},
#{legalPersonName,jdbcType=VARCHAR}, #{manufactureAddress,jdbcType=VARCHAR}, #{registerAddress,jdbcType=VARCHAR},
#{legalPersonName,jdbcType=VARCHAR}, #{manufactureAddress,jdbcType=VARCHAR}, #{registerAddress,jdbcType=VARCHAR},
#{bankAccountName,jdbcType=VARCHAR}, #{bankAccountNumber,jdbcType=VARCHAR}, #{phoneNumber,jdbcType=VARCHAR},
#{bankAccountName,jdbcType=VARCHAR}, #{bankAccountNumber,jdbcType=VARCHAR}, #{phoneNumber,jdbcType=VARCHAR},
#{registrationType,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR}, #{vehicle
routingl
ocation,jdbcType=VARCHAR},
#{registrationType,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR}, #{vehicle
RoutingL
ocation,jdbcType=VARCHAR},
#{ratepayer,jdbcType=VARCHAR}, #{address,jdbcType=VARCHAR}, #{foundationDate,jdbcType=TIMESTAMP},
#{ratepayer,jdbcType=VARCHAR}, #{address,jdbcType=VARCHAR}, #{foundationDate,jdbcType=TIMESTAMP},
#{registrationDate,jdbcType=TIMESTAMP}, #{registrationLocation,jdbcType=VARCHAR},
#{registrationDate,jdbcType=TIMESTAMP}, #{registrationLocation,jdbcType=VARCHAR},
#{registrationCapital,jdbcType=VARCHAR}, #{businessAllottedTimeFrom,jdbcType=TIMESTAMP},
#{registrationCapital,jdbcType=VARCHAR}, #{businessAllottedTimeFrom,jdbcType=TIMESTAMP},
...
@@ -285,7 +285,7 @@
...
@@ -285,7 +285,7 @@
<if
test=
"remark != null"
>
<if
test=
"remark != null"
>
REMARK,
REMARK,
</if>
</if>
<if
test=
"vehicle
routingl
ocation != null"
>
<if
test=
"vehicle
RoutingL
ocation != null"
>
VEHICLE_ROUTING_LOCATION,
VEHICLE_ROUTING_LOCATION,
</if>
</if>
<if
test=
"ratepayer != null"
>
<if
test=
"ratepayer != null"
>
...
@@ -395,8 +395,8 @@
...
@@ -395,8 +395,8 @@
<if
test=
"remark != null"
>
<if
test=
"remark != null"
>
#{remark,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"vehicle
routingl
ocation != null"
>
<if
test=
"vehicle
RoutingL
ocation != null"
>
#{vehicle
routingl
ocation,jdbcType=VARCHAR},
#{vehicle
RoutingL
ocation,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"ratepayer != null"
>
<if
test=
"ratepayer != null"
>
#{ratepayer,jdbcType=VARCHAR},
#{ratepayer,jdbcType=VARCHAR},
...
@@ -522,8 +522,8 @@
...
@@ -522,8 +522,8 @@
<if
test=
"record.remark != null"
>
<if
test=
"record.remark != null"
>
REMARK = #{record.remark,jdbcType=VARCHAR},
REMARK = #{record.remark,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"record.vehicle
routingl
ocation != null"
>
<if
test=
"record.vehicle
RoutingL
ocation != null"
>
VEHICLE_ROUTING_LOCATION = #{record.vehicle
routingl
ocation,jdbcType=VARCHAR},
VEHICLE_ROUTING_LOCATION = #{record.vehicle
RoutingL
ocation,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"record.ratepayer != null"
>
<if
test=
"record.ratepayer != null"
>
RATEPAYER = #{record.ratepayer,jdbcType=VARCHAR},
RATEPAYER = #{record.ratepayer,jdbcType=VARCHAR},
...
@@ -589,7 +589,7 @@
...
@@ -589,7 +589,7 @@
PHONE_NUMBER = #{record.phoneNumber,jdbcType=VARCHAR},
PHONE_NUMBER = #{record.phoneNumber,jdbcType=VARCHAR},
REGISTRATION_TYPE = #{record.registrationType,jdbcType=VARCHAR},
REGISTRATION_TYPE = #{record.registrationType,jdbcType=VARCHAR},
REMARK = #{record.remark,jdbcType=VARCHAR},
REMARK = #{record.remark,jdbcType=VARCHAR},
VEHICLE_ROUTING_LOCATION = #{record.vehicle
routingl
ocation,jdbcType=VARCHAR},
VEHICLE_ROUTING_LOCATION = #{record.vehicle
RoutingL
ocation,jdbcType=VARCHAR},
RATEPAYER = #{record.ratepayer,jdbcType=VARCHAR},
RATEPAYER = #{record.ratepayer,jdbcType=VARCHAR},
ADDRESS = #{record.address,jdbcType=VARCHAR},
ADDRESS = #{record.address,jdbcType=VARCHAR},
FOUNDATION_DATE = #{record.foundationDate,jdbcType=TIMESTAMP},
FOUNDATION_DATE = #{record.foundationDate,jdbcType=TIMESTAMP},
...
@@ -685,8 +685,8 @@
...
@@ -685,8 +685,8 @@
<if
test=
"remark != null"
>
<if
test=
"remark != null"
>
REMARK = #{remark,jdbcType=VARCHAR},
REMARK = #{remark,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"vehicle
routingl
ocation != null"
>
<if
test=
"vehicle
RoutingL
ocation != null"
>
VEHICLE_ROUTING_LOCATION = #{vehicle
routingl
ocation,jdbcType=VARCHAR},
VEHICLE_ROUTING_LOCATION = #{vehicle
RoutingL
ocation,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"ratepayer != null"
>
<if
test=
"ratepayer != null"
>
RATEPAYER = #{ratepayer,jdbcType=VARCHAR},
RATEPAYER = #{ratepayer,jdbcType=VARCHAR},
...
@@ -749,7 +749,7 @@
...
@@ -749,7 +749,7 @@
PHONE_NUMBER = #{phoneNumber,jdbcType=VARCHAR},
PHONE_NUMBER = #{phoneNumber,jdbcType=VARCHAR},
REGISTRATION_TYPE = #{registrationType,jdbcType=VARCHAR},
REGISTRATION_TYPE = #{registrationType,jdbcType=VARCHAR},
REMARK = #{remark,jdbcType=VARCHAR},
REMARK = #{remark,jdbcType=VARCHAR},
VEHICLE_ROUTING_LOCATION = #{vehicle
routingl
ocation,jdbcType=VARCHAR},
VEHICLE_ROUTING_LOCATION = #{vehicle
RoutingL
ocation,jdbcType=VARCHAR},
RATEPAYER = #{ratepayer,jdbcType=VARCHAR},
RATEPAYER = #{ratepayer,jdbcType=VARCHAR},
ADDRESS = #{address,jdbcType=VARCHAR},
ADDRESS = #{address,jdbcType=VARCHAR},
FOUNDATION_DATE = #{foundationDate,jdbcType=TIMESTAMP},
FOUNDATION_DATE = #{foundationDate,jdbcType=TIMESTAMP},
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/dao/ProjectStatusManageMapper.xml
View file @
492b59e6
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
This element is automatically generated by MyBatis Generator, do not modify.
This element is automatically generated by MyBatis Generator, do not modify.
-->
-->
<id
column=
"ID"
jdbcType=
"VARCHAR"
property=
"id"
/>
<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=
"PERIOD_ID"
jdbcType=
"DECIMAL"
property=
"periodId"
/>
<result
column=
"STATUS"
jdbcType=
"DECIMAL"
property=
"status"
/>
<result
column=
"STATUS"
jdbcType=
"DECIMAL"
property=
"status"
/>
<result
column=
"CREATOR_ID"
jdbcType=
"VARCHAR"
property=
"creatorId"
/>
<result
column=
"CREATOR_ID"
jdbcType=
"VARCHAR"
property=
"creatorId"
/>
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
WARNING - @mbg.generated
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
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>
</sql>
<select
id=
"selectByExample"
parameterType=
"pwc.taxtech.atms.entity.ProjectStatusManageExample"
resultMap=
"BaseResultMap"
>
<select
id=
"selectByExample"
parameterType=
"pwc.taxtech.atms.entity.ProjectStatusManageExample"
resultMap=
"BaseResultMap"
>
<!--
<!--
...
@@ -138,10 +138,10 @@
...
@@ -138,10 +138,10 @@
WARNING - @mbg.generated
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
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,
"STATUS", CREATOR_ID, CREATE_TIME,
UPDATE_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},
#{status,jdbcType=DECIMAL}, #{creatorId,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP})
#{updateTime,jdbcType=TIMESTAMP})
</insert>
</insert>
...
@@ -155,8 +155,8 @@
...
@@ -155,8 +155,8 @@
<if
test=
"id != null"
>
<if
test=
"id != null"
>
ID,
ID,
</if>
</if>
<if
test=
"
dbName
!= null"
>
<if
test=
"
projectId
!= null"
>
DB_NAME
,
PROJECT_ID
,
</if>
</if>
<if
test=
"periodId != null"
>
<if
test=
"periodId != null"
>
PERIOD_ID,
PERIOD_ID,
...
@@ -178,8 +178,8 @@
...
@@ -178,8 +178,8 @@
<if
test=
"id != null"
>
<if
test=
"id != null"
>
#{id,jdbcType=VARCHAR},
#{id,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"
dbName
!= null"
>
<if
test=
"
projectId
!= null"
>
#{
dbName
,jdbcType=VARCHAR},
#{
projectId
,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"periodId != null"
>
<if
test=
"periodId != null"
>
#{periodId,jdbcType=DECIMAL},
#{periodId,jdbcType=DECIMAL},
...
@@ -218,8 +218,8 @@
...
@@ -218,8 +218,8 @@
<if
test=
"record.id != null"
>
<if
test=
"record.id != null"
>
ID = #{record.id,jdbcType=VARCHAR},
ID = #{record.id,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"record.
dbName
!= null"
>
<if
test=
"record.
projectId
!= null"
>
DB_NAME = #{record.dbName
,jdbcType=VARCHAR},
PROJECT_ID = #{record.projectId
,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"record.periodId != null"
>
<if
test=
"record.periodId != null"
>
PERIOD_ID = #{record.periodId,jdbcType=DECIMAL},
PERIOD_ID = #{record.periodId,jdbcType=DECIMAL},
...
@@ -248,7 +248,7 @@
...
@@ -248,7 +248,7 @@
-->
-->
update PROJECT_STATUS_MANAGE
update PROJECT_STATUS_MANAGE
set ID = #{record.id,jdbcType=VARCHAR},
set ID = #{record.id,jdbcType=VARCHAR},
DB_NAME = #{record.dbName
,jdbcType=VARCHAR},
PROJECT_ID = #{record.projectId
,jdbcType=VARCHAR},
PERIOD_ID = #{record.periodId,jdbcType=DECIMAL},
PERIOD_ID = #{record.periodId,jdbcType=DECIMAL},
"STATUS" = #{record.status,jdbcType=DECIMAL},
"STATUS" = #{record.status,jdbcType=DECIMAL},
CREATOR_ID = #{record.creatorId,jdbcType=VARCHAR},
CREATOR_ID = #{record.creatorId,jdbcType=VARCHAR},
...
@@ -265,8 +265,8 @@
...
@@ -265,8 +265,8 @@
-->
-->
update PROJECT_STATUS_MANAGE
update PROJECT_STATUS_MANAGE
<set>
<set>
<if
test=
"
dbName
!= null"
>
<if
test=
"
projectId
!= null"
>
DB_NAME = #{dbName
,jdbcType=VARCHAR},
PROJECT_ID = #{projectId
,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"periodId != null"
>
<if
test=
"periodId != null"
>
PERIOD_ID = #{periodId,jdbcType=DECIMAL},
PERIOD_ID = #{periodId,jdbcType=DECIMAL},
...
@@ -292,7 +292,7 @@
...
@@ -292,7 +292,7 @@
This element is automatically generated by MyBatis Generator, do not modify.
This element is automatically generated by MyBatis Generator, do not modify.
-->
-->
update PROJECT_STATUS_MANAGE
update PROJECT_STATUS_MANAGE
set
DB_NAME = #{dbName
,jdbcType=VARCHAR},
set
PROJECT_ID = #{projectId
,jdbcType=VARCHAR},
PERIOD_ID = #{periodId,jdbcType=DECIMAL},
PERIOD_ID = #{periodId,jdbcType=DECIMAL},
"STATUS" = #{status,jdbcType=DECIMAL},
"STATUS" = #{status,jdbcType=DECIMAL},
CREATOR_ID = #{creatorId,jdbcType=VARCHAR},
CREATOR_ID = #{creatorId,jdbcType=VARCHAR},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment