package cn.com.goldenwater.dcproj.service; import cn.com.goldenwater.core.service.CrudService; import cn.com.goldenwater.dcproj.model.BisInspMfdpqhCity; import cn.com.goldenwater.dcproj.param.BisInspMfdpqhCityParam; /** * @author lhc * @date 2021-6-15 */ public interface BisInspMfdpqhCityService extends CrudService { // ------------------------- 自定方法 ------------------------- }