lixiaojun
2024-12-04 bce72e28513fface09c5a777e26b010afb17ac28
Yw.Application.Bimface.Core/03-bimface-file-relation/BimfaceFileRelation_Controller.cs
@@ -239,6 +239,21 @@
            return bol;
        }
        /// <summary>
        /// 删除所有
        /// </summary>
        [Route("DeleteAllByID@V1.0")]
        [HttpDelete]
        public bool DeleteAllByID([FromQuery][Required] IDInput input)
        {
            var bol = _service.DeleteAllByID(input.ID, out string Msg);
            if (!bol)
            {
                throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.D001, Msg);
            }
            return bol;
        }
        #endregion
    }