项目表修改

This commit is contained in:
pengjie 2023-02-21 15:18:40 +08:00
parent 5932da6876
commit cf34780b9e
2 changed files with 8 additions and 0 deletions

View File

@ -219,6 +219,13 @@ public class Project implements Serializable {
@ApiModelProperty(value = "场所码ID")
private java.lang.String placeCode;
/**
* 坐标组
*/
@Excel(name = "坐标组", width = 15)
@ApiModelProperty(value = "坐标组")
private java.lang.String coordinateGroup;
/**
* runde平台token
*/

View File

@ -32,6 +32,7 @@
d.city city_name,
e.area area_name,
a.project_name name,
a.coordinate_group,
IFNULL(t.video_num, 0) video_num,
IFNULL(u.uface_dev_num, 0) uface_dev_num,
ex.contract_sign_time,