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
d575a3bb
Commit
d575a3bb
authored
Jul 10, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加字段
parent
81cb6321
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
UnitInfoDto.java
...om/yeejoin/amos/boot/module/hygf/api/dto/UnitInfoDto.java
+7
-1
UnitInfo.java
...om/yeejoin/amos/boot/module/hygf/api/entity/UnitInfo.java
+13
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/UnitInfoDto.java
View file @
d575a3bb
...
@@ -11,7 +11,7 @@ import java.util.Date;
...
@@ -11,7 +11,7 @@ import java.util.Date;
* 经销商人员信息
* 经销商人员信息
*
*
* @author system_generator
* @author system_generator
* @date 2023-07-
07
* @date 2023-07-
10
*/
*/
@Data
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@EqualsAndHashCode
(
callSuper
=
true
)
...
@@ -60,4 +60,10 @@ public class UnitInfoDto extends BaseDto {
...
@@ -60,4 +60,10 @@ public class UnitInfoDto extends BaseDto {
@ApiModelProperty
(
value
=
"平台公司id"
)
@ApiModelProperty
(
value
=
"平台公司id"
)
private
Long
amosCompanySeq
;
private
Long
amosCompanySeq
;
@ApiModelProperty
(
value
=
"上级单位id"
)
private
Long
parentUnitId
;
@ApiModelProperty
(
value
=
"角色id"
)
private
String
roleId
;
}
}
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/entity/UnitInfo.java
View file @
d575a3bb
...
@@ -12,7 +12,7 @@ import java.util.Date;
...
@@ -12,7 +12,7 @@ import java.util.Date;
* 经销商人员信息
* 经销商人员信息
*
*
* @author system_generator
* @author system_generator
* @date 2023-07-
07
* @date 2023-07-
10
*/
*/
@Data
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@EqualsAndHashCode
(
callSuper
=
true
)
...
@@ -100,4 +100,16 @@ public class UnitInfo extends BaseEntity {
...
@@ -100,4 +100,16 @@ public class UnitInfo extends BaseEntity {
@TableField
(
"amos_company_seq"
)
@TableField
(
"amos_company_seq"
)
private
Long
amosCompanySeq
;
private
Long
amosCompanySeq
;
/**
* 上级单位id
*/
@TableField
(
"parent_unit_id"
)
private
Long
parentUnitId
;
/**
* 角色id
*/
@TableField
(
"role_id"
)
private
String
roleId
;
}
}
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