|
|
@ -5,6 +5,7 @@ using Elight.Entity.APPDto.Lawyer; |
|
|
|
using Elight.Entity.AppMode.Lawyer; |
|
|
|
using Elight.Entity.AppMode.Lawyer; |
|
|
|
using Elight.Logic; |
|
|
|
using Elight.Logic; |
|
|
|
using Elight.Logic.Model.Lawyer; |
|
|
|
using Elight.Logic.Model.Lawyer; |
|
|
|
|
|
|
|
using Elight.Logic.SystemModel; |
|
|
|
using Elight.Utility; |
|
|
|
using Elight.Utility; |
|
|
|
using Elight.Utility.Code; |
|
|
|
using Elight.Utility.Code; |
|
|
|
using Elight.Utility.Extensions; |
|
|
|
using Elight.Utility.Extensions; |
|
|
@ -496,7 +497,6 @@ namespace _24Hour.Controllers.Common |
|
|
|
result.Message = "添加失败"; |
|
|
|
result.Message = "添加失败"; |
|
|
|
return result; |
|
|
|
return result; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|