Compare commits
3 Commits
d9cf6ef530
...
da70fcc869
Author | SHA1 | Date | |
---|---|---|---|
da70fcc869 | |||
e3e070e411 | |||
f05fbc967d |
@@ -30,7 +30,7 @@ public class AttendanceArea extends TenantEntity {
|
|||||||
/**
|
/**
|
||||||
* 摄像机id
|
* 摄像机id
|
||||||
*/
|
*/
|
||||||
private String deviceManageId;
|
private Long deviceManageId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 区域
|
* 区域
|
||||||
|
@@ -31,7 +31,7 @@ public class AttendanceAreaBo extends BaseEntity {
|
|||||||
/**
|
/**
|
||||||
* 摄像机id
|
* 摄像机id
|
||||||
*/
|
*/
|
||||||
private List<Long> deviceManageId;
|
private Long deviceManageId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 区域
|
* 区域
|
||||||
|
Reference in New Issue
Block a user