heheng
4 天以前 f33cfe86447c16df8ca665e2e1a5f3333ff57792
expert-system/src/main/java/com/gkhy/system/service/IEvaluationService.java
@@ -1,8 +1,9 @@
package com.gkhy.system.service;
import java.util.List;
import com.gkhy.system.domain.Evaluation;
import com.baomidou.mybatisplus.extension.service.IService;
import com.gkhy.system.domain.Evaluation;
import java.util.List;
/**
 * 考评管理Service接口