提交代码

This commit is contained in:
hehaibing-1996
2024-04-19 08:47:45 +08:00
parent e89b64ea3a
commit d40c3f253a
46 changed files with 2500 additions and 57 deletions

View File

@ -3,6 +3,7 @@ using System.Text;
using WCS.BLL;
using WCS.BLL.DbModels;
using WCS.DAL.Db;
using WCS.Model;
namespace WCS.WebApi.Controllers
{
@ -61,7 +62,12 @@ namespace WCS.WebApi.Controllers
}
catch (Exception e)
{
//Logs.Write(e.Message);
//return new ResponseCommon()
//{
// Code = 300,
// Message = $"操作失败:{e.Message}"
//};
}
finally