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
df1a69e8
Commit
df1a69e8
authored
Apr 22, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用字段
parent
3714bd64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
26 deletions
+1
-26
PersonAccountDto.java
...join/amos/boot/module/jxiop/api/dto/PersonAccountDto.java
+1
-9
PersonAccount.java
...join/amos/boot/module/jxiop/api/entity/PersonAccount.java
+0
-17
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-api/src/main/java/com/yeejoin/amos/boot/module/jxiop/api/dto/PersonAccountDto.java
View file @
df1a69e8
...
...
@@ -32,10 +32,7 @@ public class PersonAccountDto extends BaseDto {
@ApiModelProperty
(
value
=
"用户角色"
)
private
String
roles
;
@ApiModelProperty
(
value
=
"角色名称"
)
private
String
roleName
;
@ApiModelProperty
(
value
=
"密码"
)
private
String
password
;
...
...
@@ -48,11 +45,6 @@ public class PersonAccountDto extends BaseDto {
@ApiModelProperty
(
value
=
"应用"
)
private
String
application
;
@ApiModelProperty
(
value
=
"组织机构id"
)
private
String
orgCode
;
@ApiModelProperty
(
value
=
"角色key"
)
private
String
roleKey
;
@ApiModelProperty
(
value
=
"生产用户类型"
)
private
String
scUserType
;
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-api/src/main/java/com/yeejoin/amos/boot/module/jxiop/api/entity/PersonAccount.java
View file @
df1a69e8
...
...
@@ -42,11 +42,6 @@ public class PersonAccount extends BaseEntity {
@TableField
(
"roles"
)
private
String
roles
;
/**
* 角色名称
*/
@TableField
(
"role_name"
)
private
String
roleName
;
/**
* 人员信息id
...
...
@@ -68,18 +63,6 @@ public class PersonAccount extends BaseEntity {
/**
* 组织机构id
*/
@TableField
(
"org_code"
)
private
String
orgCode
;
/**
* 角色key
*/
@TableField
(
"role_key"
)
private
String
roleKey
;
/**
* 生产用户类型
*/
@TableField
(
"sc_user_type"
)
...
...
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