xiangpei
2024-09-06 3848c5677aefdb201c24d615a7c2ad03fd5154e6
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckScore.java
@@ -13,7 +13,7 @@
/**
 * 考核积分明细对象 t_check_score
 *
 *
 * @author ruoyi
 * @date 2024-04-22
 */
@@ -31,6 +31,7 @@
    @Excel(name = "分值")
    private BigDecimal score;
    /** deptid */
    @Excel(name = "区县")
    private Long deptId;
@@ -38,7 +39,8 @@
    /** 考核模板id */
    @Excel(name = "考核模板id")
    private Integer templateId;
    /** 对应check_index_表id */
    private Long indexId;
    /** 考核标签(省厅/市局) */
    @Excel(name = "考核标签(省厅/市局)")
    private Integer examineTag;