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
5e804a21
Commit
5e804a21
authored
Jun 29, 2018
by
eddie.woo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
f881fb1f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
505 additions
and
0 deletions
+505
-0
InputMaterialItemCategoryMapper.java
...pwc/taxtech/atms/dao/InputMaterialItemCategoryMapper.java
+109
-0
InputMaterialItemMapper.java
...in/java/pwc/taxtech/atms/dao/InputMaterialItemMapper.java
+109
-0
InputMaterialItem.java
...main/java/pwc/taxtech/atms/entitiy/InputMaterialItem.java
+0
-0
InputMaterialItemCategory.java
...a/pwc/taxtech/atms/entitiy/InputMaterialItemCategory.java
+287
-0
InputMaterialItemCategoryExample.java
...axtech/atms/entitiy/InputMaterialItemCategoryExample.java
+0
-0
InputMaterialItemExample.java
...va/pwc/taxtech/atms/entitiy/InputMaterialItemExample.java
+0
-0
InputMaterialItemCategoryMapper.xml
.../pwc/taxtech/atms/dao/InputMaterialItemCategoryMapper.xml
+0
-0
InputMaterialItemMapper.xml
...esources/pwc/taxtech/atms/dao/InputMaterialItemMapper.xml
+0
-0
No files found.
atms-api/src/main/java/pwc/taxtech/atms/dao/InputMaterialItemCategoryMapper.java
0 → 100644
View file @
5e804a21
package
pwc
.
taxtech
.
atms
.
dao
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Mapper
;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.session.RowBounds
;
import
pwc.taxtech.atms.MyMapper
;
import
pwc.taxtech.atms.entitiy.InputMaterialItemCategory
;
import
pwc.taxtech.atms.entitiy.InputMaterialItemCategoryExample
;
@Mapper
public
interface
InputMaterialItemCategoryMapper
extends
MyMapper
{
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
long
countByExample
(
InputMaterialItemCategoryExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
int
deleteByExample
(
InputMaterialItemCategoryExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
int
deleteByPrimaryKey
(
Long
id
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
int
insert
(
InputMaterialItemCategory
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
int
insertSelective
(
InputMaterialItemCategory
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
List
<
InputMaterialItemCategory
>
selectByExampleWithRowbounds
(
InputMaterialItemCategoryExample
example
,
RowBounds
rowBounds
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
List
<
InputMaterialItemCategory
>
selectByExample
(
InputMaterialItemCategoryExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
InputMaterialItemCategory
selectByPrimaryKey
(
Long
id
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
InputMaterialItemCategory
record
,
@Param
(
"example"
)
InputMaterialItemCategoryExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
int
updateByExample
(
@Param
(
"record"
)
InputMaterialItemCategory
record
,
@Param
(
"example"
)
InputMaterialItemCategoryExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
int
updateByPrimaryKeySelective
(
InputMaterialItemCategory
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
int
updateByPrimaryKey
(
InputMaterialItemCategory
record
);
}
\ No newline at end of file
atms-api/src/main/java/pwc/taxtech/atms/dao/InputMaterialItemMapper.java
0 → 100644
View file @
5e804a21
package
pwc
.
taxtech
.
atms
.
dao
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Mapper
;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.session.RowBounds
;
import
pwc.taxtech.atms.MyMapper
;
import
pwc.taxtech.atms.entitiy.InputMaterialItem
;
import
pwc.taxtech.atms.entitiy.InputMaterialItemExample
;
@Mapper
public
interface
InputMaterialItemMapper
extends
MyMapper
{
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item
*
* @mbg.generated
*/
long
countByExample
(
InputMaterialItemExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item
*
* @mbg.generated
*/
int
deleteByExample
(
InputMaterialItemExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item
*
* @mbg.generated
*/
int
deleteByPrimaryKey
(
Long
id
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item
*
* @mbg.generated
*/
int
insert
(
InputMaterialItem
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item
*
* @mbg.generated
*/
int
insertSelective
(
InputMaterialItem
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item
*
* @mbg.generated
*/
List
<
InputMaterialItem
>
selectByExampleWithRowbounds
(
InputMaterialItemExample
example
,
RowBounds
rowBounds
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item
*
* @mbg.generated
*/
List
<
InputMaterialItem
>
selectByExample
(
InputMaterialItemExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item
*
* @mbg.generated
*/
InputMaterialItem
selectByPrimaryKey
(
Long
id
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item
*
* @mbg.generated
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
InputMaterialItem
record
,
@Param
(
"example"
)
InputMaterialItemExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item
*
* @mbg.generated
*/
int
updateByExample
(
@Param
(
"record"
)
InputMaterialItem
record
,
@Param
(
"example"
)
InputMaterialItemExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item
*
* @mbg.generated
*/
int
updateByPrimaryKeySelective
(
InputMaterialItem
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item
*
* @mbg.generated
*/
int
updateByPrimaryKey
(
InputMaterialItem
record
);
}
\ No newline at end of file
atms-api/src/main/java/pwc/taxtech/atms/entitiy/InputMaterialItem.java
0 → 100644
View file @
5e804a21
This diff is collapsed.
Click to expand it.
atms-api/src/main/java/pwc/taxtech/atms/entitiy/InputMaterialItemCategory.java
0 → 100644
View file @
5e804a21
package
pwc
.
taxtech
.
atms
.
entitiy
;
import
java.io.Serializable
;
/**
*
* This class was generated by MyBatis Generator.
* This class corresponds to the database table input_material_item_category
*
* @mbg.generated do_not_delete_during_merge
*/
public
class
InputMaterialItemCategory
extends
BaseEntity
implements
Serializable
{
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_material_item_category.id
*
* @mbg.generated
*/
private
Long
id
;
/**
* Database Column Remarks:
* 类别集代码
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_material_item_category.category_set_code
*
* @mbg.generated
*/
private
String
categorySetCode
;
/**
* Database Column Remarks:
* 类别集名称(ZHS)
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_material_item_category.category_set_name_zhs
*
* @mbg.generated
*/
private
String
categorySetNameZhs
;
/**
* Database Column Remarks:
* 类别集名称(US)
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_material_item_category.category_set_name_us
*
* @mbg.generated
*/
private
String
categorySetNameUs
;
/**
* Database Column Remarks:
* 类别值
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_material_item_category.set_value
*
* @mbg.generated
*/
private
String
setValue
;
/**
* Database Column Remarks:
* 类别说明-ZHS
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_material_item_category.set_value_desc_zhs
*
* @mbg.generated
*/
private
String
setValueDescZhs
;
/**
* Database Column Remarks:
* 类别说明-US
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_material_item_category.set_value_desc_us
*
* @mbg.generated
*/
private
String
setValueDescUs
;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
private
static
final
long
serialVersionUID
=
1L
;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_material_item_category.id
*
* @return the value of input_material_item_category.id
*
* @mbg.generated
*/
public
Long
getId
()
{
return
id
;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_material_item_category.id
*
* @param id the value for input_material_item_category.id
*
* @mbg.generated
*/
public
void
setId
(
Long
id
)
{
this
.
id
=
id
;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_material_item_category.category_set_code
*
* @return the value of input_material_item_category.category_set_code
*
* @mbg.generated
*/
public
String
getCategorySetCode
()
{
return
categorySetCode
;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_material_item_category.category_set_code
*
* @param categorySetCode the value for input_material_item_category.category_set_code
*
* @mbg.generated
*/
public
void
setCategorySetCode
(
String
categorySetCode
)
{
this
.
categorySetCode
=
categorySetCode
==
null
?
null
:
categorySetCode
.
trim
();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_material_item_category.category_set_name_zhs
*
* @return the value of input_material_item_category.category_set_name_zhs
*
* @mbg.generated
*/
public
String
getCategorySetNameZhs
()
{
return
categorySetNameZhs
;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_material_item_category.category_set_name_zhs
*
* @param categorySetNameZhs the value for input_material_item_category.category_set_name_zhs
*
* @mbg.generated
*/
public
void
setCategorySetNameZhs
(
String
categorySetNameZhs
)
{
this
.
categorySetNameZhs
=
categorySetNameZhs
==
null
?
null
:
categorySetNameZhs
.
trim
();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_material_item_category.category_set_name_us
*
* @return the value of input_material_item_category.category_set_name_us
*
* @mbg.generated
*/
public
String
getCategorySetNameUs
()
{
return
categorySetNameUs
;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_material_item_category.category_set_name_us
*
* @param categorySetNameUs the value for input_material_item_category.category_set_name_us
*
* @mbg.generated
*/
public
void
setCategorySetNameUs
(
String
categorySetNameUs
)
{
this
.
categorySetNameUs
=
categorySetNameUs
==
null
?
null
:
categorySetNameUs
.
trim
();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_material_item_category.set_value
*
* @return the value of input_material_item_category.set_value
*
* @mbg.generated
*/
public
String
getSetValue
()
{
return
setValue
;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_material_item_category.set_value
*
* @param setValue the value for input_material_item_category.set_value
*
* @mbg.generated
*/
public
void
setSetValue
(
String
setValue
)
{
this
.
setValue
=
setValue
==
null
?
null
:
setValue
.
trim
();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_material_item_category.set_value_desc_zhs
*
* @return the value of input_material_item_category.set_value_desc_zhs
*
* @mbg.generated
*/
public
String
getSetValueDescZhs
()
{
return
setValueDescZhs
;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_material_item_category.set_value_desc_zhs
*
* @param setValueDescZhs the value for input_material_item_category.set_value_desc_zhs
*
* @mbg.generated
*/
public
void
setSetValueDescZhs
(
String
setValueDescZhs
)
{
this
.
setValueDescZhs
=
setValueDescZhs
==
null
?
null
:
setValueDescZhs
.
trim
();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_material_item_category.set_value_desc_us
*
* @return the value of input_material_item_category.set_value_desc_us
*
* @mbg.generated
*/
public
String
getSetValueDescUs
()
{
return
setValueDescUs
;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_material_item_category.set_value_desc_us
*
* @param setValueDescUs the value for input_material_item_category.set_value_desc_us
*
* @mbg.generated
*/
public
void
setSetValueDescUs
(
String
setValueDescUs
)
{
this
.
setValueDescUs
=
setValueDescUs
==
null
?
null
:
setValueDescUs
.
trim
();
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_material_item_category
*
* @mbg.generated
*/
@Override
public
String
toString
()
{
StringBuilder
sb
=
new
StringBuilder
();
sb
.
append
(
getClass
().
getSimpleName
());
sb
.
append
(
" ["
);
sb
.
append
(
"Hash = "
).
append
(
hashCode
());
sb
.
append
(
", id="
).
append
(
id
);
sb
.
append
(
", categorySetCode="
).
append
(
categorySetCode
);
sb
.
append
(
", categorySetNameZhs="
).
append
(
categorySetNameZhs
);
sb
.
append
(
", categorySetNameUs="
).
append
(
categorySetNameUs
);
sb
.
append
(
", setValue="
).
append
(
setValue
);
sb
.
append
(
", setValueDescZhs="
).
append
(
setValueDescZhs
);
sb
.
append
(
", setValueDescUs="
).
append
(
setValueDescUs
);
sb
.
append
(
"]"
);
return
sb
.
toString
();
}
}
\ No newline at end of file
atms-api/src/main/java/pwc/taxtech/atms/entitiy/InputMaterialItemCategoryExample.java
0 → 100644
View file @
5e804a21
This diff is collapsed.
Click to expand it.
atms-api/src/main/java/pwc/taxtech/atms/entitiy/InputMaterialItemExample.java
0 → 100644
View file @
5e804a21
This diff is collapsed.
Click to expand it.
atms-api/src/main/resources/pwc/taxtech/atms/dao/InputMaterialItemCategoryMapper.xml
0 → 100644
View file @
5e804a21
This diff is collapsed.
Click to expand it.
atms-api/src/main/resources/pwc/taxtech/atms/dao/InputMaterialItemMapper.xml
0 → 100644
View file @
5e804a21
This diff is collapsed.
Click to expand it.
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