Browse Source

事件接口

dev
李鹏飞 6 years ago
parent
commit
2c9c9b1a83
  1. 50
      esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/java/com/elink/esua/epdc/modules/events/entity/EpdcEventsEntity.java

50
esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/java/com/elink/esua/epdc/modules/events/entity/EpdcEventsEntity.java

@ -68,30 +68,30 @@ public class EpdcEventsEntity extends BaseEpdcEntity {
*/
private String eventContent;
// /**
// * 区
// */
// private String area;
// /**
// * 区ID
// */
// private Long areaId;
// /**
// * 街道
// */
// private String street;
// /**
// * 街道ID
// */
// private Long streetId;
// /**
// * 社区
// */
// private String community;
// /**
// * 社区ID
// */
// private Long communityId;
/**
*
*/
private String area;
/**
* 区ID
*/
private Long areaId;
/**
* 街道
*/
private String street;
/**
* 街道ID
*/
private Long streetId;
/**
* 社区
*/
private String community;
/**
* 社区ID
*/
private Long communityId;
/**
* 父所有部门ID
@ -124,7 +124,7 @@ public class EpdcEventsEntity extends BaseEpdcEntity {
/**
* 议题分类ID
*/
private String issueCategoryId;
private String categoryCode;
/**
* 议题位置纬度
*/

Loading…
Cancel
Save