Yw.Application.DOCS.Core/02-attach-file/SysAttachFile_Controller.cs
@@ -153,6 +153,17 @@ return bol; } /// <summary> /// 更新 Flags /// </summary> [Route("UpdateFlags@V1.0")] [HttpPut] public bool UpdateFlags([Required] UpdateFlagsInput input) { var bol = _service.UpdateFlags(input.ID, input.Flags); return bol; } #endregion #region Exist