zxl
2025-10-29 fea22e82e7e49691f6e0c20a29b228d0ab3173e9
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckScore.java
@@ -12,7 +12,7 @@
import java.util.List;
/**
 * 考核积分明细对象 t_check_score
 * 考核积分明细对象
 *
 * @author ruoyi
 * @date 2024-04-22
@@ -79,4 +79,5 @@
    @TableField(exist = false)
    private List<String> quarter;
}