package com.goafanti.techservice.cognizance.service; import com.goafanti.common.model.OrgStandard; import com.goafanti.core.mybatis.page.Pagination; public interface OrgStandardService { OrgStandard insert(OrgStandard orgStandard); int updateByPrimaryKeySelective(OrgStandard orgStandard); Pagination listOrgStandard(String standardName, String standardNumber, Integer standardLevel, Integer participateWay, Integer pNo, Integer pSize, String userId); }