PLC
yanjinhui
2025-04-24 461ccbda1d9d3fef42f250771c2fd30702755c16
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/ArticleInfomController.cs
@@ -17,7 +17,19 @@
        public ArticleInfomController(IArticleInfomServer service) : base(service)
        {
        }
        //[HttpPost,Route("PossorArticl"),AllowAnonymous]
        //public WebResponseContent PossorArticl()
        //{
        //    return Service.PossorArticl();
        //}
        [HttpPost, Route("PutPossorArticl"), AllowAnonymous]
        public WebResponseContent PutPossorArticl()
        {
            return Service.PutPossorArticl();
        }
    }
}