Commit abb026ca authored by 吴春's avatar 吴春

提交代码

parent 83f5beaa
......@@ -850,6 +850,19 @@ namespace Edu.WebApi.Controllers.User
}
/// <summary>
/// 获取触发事件枚举
/// </summary>
/// <returns></returns>
[HttpPost]
public ApiResult GetAccountRemarkTypeEnumList()
{
int type = base.ParmJObj.GetInt("Type", 0);
var list = EnumHelper.EnumToList(typeof(RemarkTypeEnum));
return ApiResult.Success("", list);
}
/// <summary>
/// 行政备注
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment