lixiaojun
2024-04-11 15e3b389165216f38af62e5521f03946824751c0
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