| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemServices |
| | | { |
| | | public interface Idt_ErrormsginfoService : IService<dt_errorInfo> |
| | | public interface Idt_ErrormsginfoService : IService<dt_errormsgInfo> |
| | | { |
| | | /// <summary> |
| | | /// 鏇存柊鍝嶅簲鐨勯敊璇俊鎭埌鏁版嵁搴擄紝鍓嶇鐣岄潰鏄剧ず |
| | | /// </summary> |
| | | /// <param name="msg"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent UpdateErrorMsg(string msg,int id); |
| | | } |
| | | } |