打卡位置

This commit is contained in:
2025-11-12 10:48:44 +08:00
parent 878615344d
commit 7e21e1ab02
15 changed files with 105 additions and 17 deletions

View File

@ -1,5 +1,6 @@
package com.mosty.base.model.dto.yjzl;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@ -74,4 +75,8 @@ public class TbZdxlFgdwBddUpdateDTO {
@NotNull(message = "zdxl.fgdwBdd.wd.notNull")
private BigDecimal wd;
@ApiModelProperty(value = "打卡间隔时间")
@TableField(value = "dkjgsj")
private Integer dkjgsj;
}

View File

@ -66,6 +66,10 @@ public class TbZdxlFgdwBdd extends BaseEntity implements Serializable, Cloneable
@TableField(value = "bdd_sm")
private String bddSm;
@ApiModelProperty(value = "打卡间隔时间")
@TableField(value = "dkjgsj")
private Integer dkjgsj;
/**
* 经度
*/

View File

@ -129,6 +129,10 @@ public class TbZdxlFgdwBddxlrwJl extends BaseEntity implements Serializable, Clo
@TableField(value = "dkr_id")
private Long dkrId;
@ApiModelProperty(value = "打卡人ID")
@TableField(value = "sfzh")
private String sfzh;
/**
* 所属部门id
*/

View File

@ -24,6 +24,10 @@ import java.util.Date;
@ApiModel(value = "TbZdxlFgxlrwQuery对象", description = "指导巡逻方格巡逻任务查询对象")
public class TbZdxlFgxlrwQuery extends BasePage {
@ApiModelProperty(value = "方格ID")
private String bbdId;
/**
* 方格ID
*/

View File

@ -26,6 +26,9 @@ public class TbZdxlFgdwBddxlrwVO extends TbZdxlFgdwBddxlrw {
@ApiModelProperty(value = "必到点名称")
private String bddMc;
@ApiModelProperty(value = "打卡间隔时间(分钟)")
private Integer dkjgsj;
/**
* 必到点进度
*/