| | |
| | | import com.gkhy.exam.system.domain.StandardizedTemplate; |
| | | |
| | | public interface StandardizedTemplateService extends IService<StandardizedTemplate> { |
| | | CommonPage selectStandardizedTemplateList(Integer companyId,Integer templateType); |
| | | CommonPage selectStandardizedTemplateList(StandardizedTemplate standardizedTemplate); |
| | | |
| | | CommonResult insertStandardizedTemplate(StandardizedTemplate standardizedTemplate); |
| | | |
| | |
| | | |
| | | CommonResult deletedStandardizedQuality(Integer id); |
| | | |
| | | |
| | | CommonResult getStandardizedQualityByCompanyId(Integer id); |
| | | } |