Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
property-management
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
property-management
Commits
5e7342b2
Commit
5e7342b2
authored
Apr 01, 2021
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化代码生成器模板:一对多代码生成(ERP模板)生成的子表实体ApiModel注释中value为附表名称 #2365
parent
ca95d709
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
+1
-1
No files found.
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
View file @
5e7342b2
...
...
@@ -21,7 +21,7 @@ import java.io.UnsupportedEncodingException;
*
@
Date
:
${.
now
?
string
[
"yyyy-MM-dd"
]}
*
@
Version
:
V1
.0
*/
@
ApiModel
(
value
=
"${
tableName}对象"
,
description
=
"${tableVo
.ftlDescription}"
)
@
ApiModel
(
value
=
"${
subTab.tableName}对象"
,
description
=
"${subTab
.ftlDescription}"
)
@
Data
@
TableName
(
"${subTab.tableName}"
)
public
class
${
subTab
.
entityName
}
implements
Serializable
{
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
View file @
5e7342b2
...
...
@@ -24,7 +24,7 @@ import java.io.UnsupportedEncodingException;
*/
@
Data
@
TableName
(
"${subTab.tableName}"
)
@
ApiModel
(
value
=
"${
tableName}对象"
,
description
=
"${tableVo
.ftlDescription}"
)
@
ApiModel
(
value
=
"${
subTab.tableName}对象"
,
description
=
"${subTab
.ftlDescription}"
)
public
class
${
subTab
.
entityName
}
implements
Serializable
{
private
static
final
long
serialVersionUID
=
1L
;
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
View file @
5e7342b2
...
...
@@ -22,7 +22,7 @@ import java.io.UnsupportedEncodingException;
*
@
Date
:
${.
now
?
string
[
"yyyy-MM-dd"
]}
*
@
Version
:
V1
.0
*/
@
ApiModel
(
value
=
"${
tableName}对象"
,
description
=
"${tableVo
.ftlDescription}"
)
@
ApiModel
(
value
=
"${
subTab.tableName}对象"
,
description
=
"${subTab
.ftlDescription}"
)
@
Data
@
TableName
(
"${subTab.tableName}"
)
public
class
${
subTab
.
entityName
}
implements
Serializable
{
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
View file @
5e7342b2
...
...
@@ -21,7 +21,7 @@ import java.io.UnsupportedEncodingException;
*
@
Date
:
${.
now
?
string
[
"yyyy-MM-dd"
]}
*
@
Version
:
V1
.0
*/
@
ApiModel
(
value
=
"${
tableName}对象"
,
description
=
"${tableVo
.ftlDescription}"
)
@
ApiModel
(
value
=
"${
subTab.tableName}对象"
,
description
=
"${subTab
.ftlDescription}"
)
@
Data
@
TableName
(
"${subTab.tableName}"
)
public
class
${
subTab
.
entityName
}
implements
Serializable
{
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
View file @
5e7342b2
...
...
@@ -21,7 +21,7 @@ import java.io.UnsupportedEncodingException;
*
@
Date
:
${.
now
?
string
[
"yyyy-MM-dd"
]}
*
@
Version
:
V1
.0
*/
@
ApiModel
(
value
=
"${
tableName}对象"
,
description
=
"${tableVo
.ftlDescription}"
)
@
ApiModel
(
value
=
"${
subTab.tableName}对象"
,
description
=
"${subTab
.ftlDescription}"
)
@
Data
@
TableName
(
"${subTab.tableName}"
)
public
class
${
subTab
.
entityName
}
implements
Serializable
{
...
...
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