yanjinhui
6 天以前 5b8bf171b9afda52fa366a72e54eedbd9e6d4d17
新建文件夹/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/WMSInfo/MaterielInfoController.cs
@@ -1,5 +1,7 @@
锘縰sing Microsoft.AspNetCore.Http;
锘縰sing Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using WIDESEA_Core;
using WIDESEA_Core.BaseController;
using WIDESEA_IWMsInfoServices;
using WIDESEA_Model.Models;
@@ -13,5 +15,11 @@
        public MaterielInfoController(IMaterielInfoService service) : base(service)
        {
        }
        [HttpPost, Route("GetMedicineGoodsInfom"), AllowAnonymous]
        public WebResponseContent GetMedicineGoodsInfom()
        {
            return Service.GetMedicineGoodsInfom();
        }
    }
}