Helius
2021-07-05 4f08a53fe0c8a1239251b30f3d79ef800c2078f9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.xzx.gc.common.dto.gdmap;
 
import lombok.Data;
 
 
/**
 * 创建围栏实体
 */
@Data
public class CreateFenceExtendDto extends CreateFenceDto{
 
 
        private String token;
 
        private String gid;
 
}