Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 06039f5d
authored
Oct 25, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: BEAN 文档字段变更
1 parent
303b96bb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
23 deletions
project-order/src/main/java/com/dituhui/pea/order/feign/bean/BelongRB1.java
project-order/src/main/java/com/dituhui/pea/order/feign/bean/ServiceOrgDetail.java
project-order/src/main/java/com/dituhui/pea/order/feign/bean/BelongRB1.java
deleted
100644 → 0
View file @
303b96b
package
com
.
dituhui
.
pea
.
order
.
feign
.
bean
;
import
lombok.Getter
;
import
lombok.Setter
;
/**
* 归属字段
*/
@Setter
@Getter
public
class
BelongRB1
{
/**
* 账号中心部门id
*/
private
String
deptId
;
/**
* 部门名称
*/
private
String
name
;
}
project-order/src/main/java/com/dituhui/pea/order/feign/bean/ServiceOrgDetail.java
View file @
06039f5
...
...
@@ -125,11 +125,11 @@ public class ServiceOrgDetail {
/**
* 所属大区
*/
private
BelongRB
1
belongRegion
;
private
BelongRB
belongRegion
;
/**
* 所属分部
*/
private
BelongRB
1
belongBranch
;
private
BelongRB
belongBranch
;
/**
* 服务范围
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment