Commit 02865cca authored by libin's avatar libin

分公司全称

parent b00de8a7
......@@ -20,6 +20,7 @@ public class BranchCompanyListDTO {
*/
@ApiModelProperty("分公司名称")
private String name;
private String companyName;
/**
* 公司封面
*/
......
......@@ -20,6 +20,7 @@ public class BranchCompanyListVO {
*/
@ApiModelProperty("分公司名称")
private String name;
private String companyName;
/**
* 公司封面
*/
......
......@@ -73,6 +73,7 @@
cb.town_name AS `townName`,
bc.addr_detail AS `address`,
bc.NAME AS `name`,
cb.name AS `companyName`,
cb.cover,
bc.leader,
bc.leader_contact_info AS `leaderContactInfo`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment