Blame view

fw-morax-service/src/main/java/cn/fw/morax/service/data/kpi/KpiAssessPenaltyService.java 285 Bytes
4b47687c   姜超   feature(*): 人员质量评...
1
2
3
4
5
6
7
8
9
  package cn.fw.morax.service.data.kpi;
  
  import cn.fw.morax.domain.db.kpi.KpiAssessPenalty;
  import cn.fw.morax.domain.db.kpi.KpiStarSpecialRule;
  import com.baomidou.mybatisplus.extension.service.IService;
  
  public interface KpiAssessPenaltyService extends IService<KpiAssessPenalty> {
  
  }