| | |
| | | import cn.gistack.sm.intelligentCall.entity.Scene; |
| | | import cn.gistack.sm.sjztmd.entity.AttResManagePerson; |
| | | import cn.gistack.sm.sjztmd.entity.PatrolResponsiblePerson; |
| | | import cn.gistack.sm.sjztmd.vo.ChargePersonVO; |
| | | import cn.gistack.sm.sjztmd.vo.PersonVO; |
| | | import cn.gistack.sm.sjztmd.vo.UserPersonVO; |
| | | import com.baomidou.dynamic.datasource.annotation.DS; |
| | |
| | | */ |
| | | @DS("zt") |
| | | Set<Scene> getPatrolPersonListByWaterCodeList(@Param("list") List<String> list); |
| | | |
| | | String getCompetentDepart(@Param("resCd") String resCd); |
| | | |
| | | List<AttResManagePerson> getPersonList(@Param("resCd") String resCd); |
| | | |
| | | List<AttResManagePerson> getList(@Param("attResManagePerson") AttResManagePerson attResManagePerson); |
| | | |
| | | List<ChargePersonVO> getPersonByRoleAndAd(@Param("roleAlias") String roleAlias, @Param("adCode") String adCode); |
| | | } |