教育训练处考试制证系统后端
zf
2023-09-28 05a54025b1ae843f9d21a4450ec05c9e420e7f24
exam-system/src/main/java/com/gkhy/exam/coalmine/entity/CmStaffQa.java
@@ -1,5 +1,6 @@
package com.gkhy.exam.coalmine.entity;
import java.time.LocalDate;
import java.time.LocalDateTime;
import com.baomidou.mybatisplus.annotation.*;
@@ -37,7 +38,7 @@
    private String operationItems;
    //过期时间    
    private LocalDateTime expiredTime;
    private LocalDate expiredTime;
    //删除标志(0代表存在 2代表删除)    
    private Byte delFlag;