| | |
| | | import com.gkhy.exam.common.api.CommonPage; |
| | | import com.gkhy.exam.common.api.CommonResult; |
| | | import com.gkhy.exam.system.domain.FactorDiscern; |
| | | import com.gkhy.exam.system.domain.req.CopyReq; |
| | | |
| | | public interface FactorDiscernService extends IService<FactorDiscern> { |
| | | CommonPage selectFactorDiscernList(FactorDiscern factorDiscern); |
| | |
| | | CommonResult deletedFactorDiscern(Integer factorDiscrenId); |
| | | |
| | | CommonResult selectFactorDiscernListAll(FactorDiscern factorDiscern); |
| | | |
| | | CommonResult copyFactorDiscern(CopyReq copyReq); |
| | | } |