Commit fec9764f by yangyang

轨迹提交(西藏)

parent 90e969ff
package com.founder.commonutils.model.vo.param;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.List;
/**
* (SkPointlocationParamsGeo)表实体类
*
* @author yangyang
* @since 2022-10-10 13:21:13
*/
@Data
@SuppressWarnings("serial")
public class SkPointlocationParamsGeo {
@ApiModelProperty(value = "经纬度集合")
private List<Point> geometrys;
@ApiModelProperty(value = "半径")
private String radius;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment