public async Task <bool> CheckExist(Dictionary <string, dynamic> para)
 {
     return(await _module.CheckExist(para));
 }