Commit 31f5e265 by 刘鑫

feat: bean 网点信息新增返回bean组织结构ID

1 parent a490819a
......@@ -12,6 +12,10 @@ import java.util.List;
@Getter
public class ServiceOrg {
/**
* bean 组织机构ID
*/
private String beanDeptId;
/**
* 车队/网点id
*/
private String serviceOrgId;
......
......@@ -12,6 +12,10 @@ import java.util.List;
@Getter
public class ServiceOrgDetail {
/**
* bean 组织机构ID
*/
private String beanDeptId;
/**
* 车队/网点id
*/
private String serviceOrgId;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!