Commit e7041ffb by 邹磊浩

修改代码

parent c174c387
...@@ -32,6 +32,10 @@ public class Services extends BaseEntity { ...@@ -32,6 +32,10 @@ public class Services extends BaseEntity {
*/ */
private Integer bid; private Integer bid;
/** /**
* 城市id
*/
private Integer cityId;
/**
* 服务名称 * 服务名称
*/ */
private String name; private String name;
......
...@@ -31,6 +31,11 @@ public class ServicesBo extends BaseEntity { ...@@ -31,6 +31,11 @@ public class ServicesBo extends BaseEntity {
private Integer bid; private Integer bid;
/** /**
* 城市id
*/
private Integer cityId;
/**
* 服务名称 * 服务名称
*/ */
private String name; private String name;
......
...@@ -31,7 +31,10 @@ public class ServicesVo { ...@@ -31,7 +31,10 @@ public class ServicesVo {
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private Integer id; private Integer id;
/**
* 城市id
*/
private Integer cityId;
/** /**
* 所属业务 * 所属业务
*/ */
......
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