huminmin
10 小时以前 e1fba46a50e2f5036b1a5fd59f459e61495eb888
src/main/java/com/ruoyi/staff/pojo/PersonalAttendanceLocationConfig.java
@@ -61,6 +61,28 @@
    @Schema(description = "班次")
    private String shift;
    /**
     * 是否已被排班且已有打卡记录使用
     */
    @Schema(description = "是否已被排班且已有打卡记录使用")
    @TableField(exist = false)
    private Boolean usageLocked;
    /**
     * 是否可编辑
     */
    @Schema(description = "是否可编辑")
    @TableField(exist = false)
    private Boolean canEdit;
    /**
     * 是否可删除
     */
    @Schema(description = "是否可删除")
    @TableField(exist = false)
    private Boolean canDelete;
    @Schema(description = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;