Zhang-Hong-Lin
2 天以前 232cdf071bfe3bd2b77ba05accba89b67fcc1edc
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Weight_HtyController.cs
@@ -1,4 +1,5 @@
锘縰sing Microsoft.AspNetCore.Mvc;
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseController;
using WIDESEAWCS_ISystemServices;
using WIDESEAWCS_ITaskInfoService;
@@ -12,8 +13,17 @@
    [ApiController]
    public class Weight_HtyController : ApiBaseController<Idt_WeightHtyService, dt_Weight_hty>
    {
        private readonly Idt_WeightHtyService _Idt_WeightHtyService;
        public Weight_HtyController(Idt_WeightHtyService service) : base(service)
        {
            _Idt_WeightHtyService = service;
        }
        //鍏ㄩ儴鍒犻櫎
        [HttpPost, HttpGet, Route("alldelete")]
        public WebResponseContent alldelete()
        {
            return Service.alldelete();
        }
    }
}