Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
469b900a
Commit
469b900a
authored
May 29, 2025
by
tianbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(amos-boot-module-ymt): 设置字段冗余列属性
- 在 IdxBizJgSupervisionInfo 类中,将 orgBranchCode 和 companyOrgBranchCode 字段的 FieldDisplayDefine 注解添加 isRepeatColumn 属性 - 此修改旨在修改记录时不记录冗余字段
parent
7f104959
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
IdxBizJgSupervisionInfo.java
...s/boot/module/ymt/api/entity/IdxBizJgSupervisionInfo.java
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/IdxBizJgSupervisionInfo.java
View file @
469b900a
...
...
@@ -48,7 +48,7 @@ public class IdxBizJgSupervisionInfo extends TzsBaseEntity implements IBaseChang
/**
*
*/
@FieldDisplayDefine
(
value
=
"管辖分局组织机构代码"
)
@FieldDisplayDefine
(
value
=
"管辖分局组织机构代码"
,
isRepeatColumn
=
true
)
@TableField
(
"\"ORG_BRANCH_CODE\""
)
private
String
orgBranchCode
;
/**
...
...
@@ -56,7 +56,7 @@ public class IdxBizJgSupervisionInfo extends TzsBaseEntity implements IBaseChang
* */
@TableField
(
value
=
"\"COMPANY_ORG_BRANCH_CODE\""
)
@FieldDisplayDefine
(
value
=
"公司/组织机构代码"
)
@FieldDisplayDefine
(
value
=
"公司/组织机构代码"
,
isRepeatColumn
=
true
)
private
String
companyOrgBranchCode
;
/**
...
...
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