部署更新
This commit is contained in:
parent
9eed71ff61
commit
d9e4150f12
@ -219,6 +219,13 @@ public class Project implements Serializable {
|
|||||||
@ApiModelProperty(value = "场所码ID")
|
@ApiModelProperty(value = "场所码ID")
|
||||||
private java.lang.String placeCode;
|
private java.lang.String placeCode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 坐标组
|
||||||
|
*/
|
||||||
|
@Excel(name = "坐标组", width = 15)
|
||||||
|
@ApiModelProperty(value = "坐标组")
|
||||||
|
private java.lang.String coordinateGroup;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* runde平台token
|
* runde平台token
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -32,6 +32,7 @@
|
|||||||
d.city city_name,
|
d.city city_name,
|
||||||
e.area area_name,
|
e.area area_name,
|
||||||
a.project_name name,
|
a.project_name name,
|
||||||
|
a.coordinate_group,
|
||||||
IFNULL(t.video_num, 0) video_num,
|
IFNULL(t.video_num, 0) video_num,
|
||||||
IFNULL(u.uface_dev_num, 0) uface_dev_num,
|
IFNULL(u.uface_dev_num, 0) uface_dev_num,
|
||||||
ex.contract_sign_time,
|
ex.contract_sign_time,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user