Commit 06039f5d by 刘鑫

doc: BEAN 文档字段变更

1 parent 303b96bb
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;
}
...@@ -125,11 +125,11 @@ public class ServiceOrgDetail { ...@@ -125,11 +125,11 @@ public class ServiceOrgDetail {
/** /**
* 所属大区 * 所属大区
*/ */
private BelongRB1 belongRegion; private BelongRB belongRegion;
/** /**
* 所属分部 * 所属分部
*/ */
private BelongRB1 belongBranch; private BelongRB belongBranch;
/** /**
* 服务范围 * 服务范围
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!