diff --git a/Admin.Core.Api/Admin.Core.Model.xml b/Admin.Core.Api/Admin.Core.Model.xml index 40d53b3..1789e3d 100644 --- a/Admin.Core.Api/Admin.Core.Model.xml +++ b/Admin.Core.Api/Admin.Core.Model.xml @@ -2677,7 +2677,9 @@ - 是否产前验证 + Desc: + Default: + Nullable:True diff --git a/Admin.Core.Api/Controllers/Business/WarehouseController.cs b/Admin.Core.Api/Controllers/Business/WarehouseController.cs index bae9a04..7d2432f 100644 --- a/Admin.Core.Api/Controllers/Business/WarehouseController.cs +++ b/Admin.Core.Api/Controllers/Business/WarehouseController.cs @@ -15,12 +15,9 @@ using Admin.Core.Model.ViewModels; using Microsoft.AspNetCore.Mvc.ViewEngines; using System.Collections; using NPOI.SS.Formula.Functions; -<<<<<<< HEAD using TouchSocket.Core; -======= using System.Numerics; using Admin.Core.IService.IService_New; ->>>>>>> dep_wangsr namespace Admin.Core.Api.Controllers.Business { diff --git a/Admin.Core.Api/Properties/launchSettings.json b/Admin.Core.Api/Properties/launchSettings.json index 87dffbc..4db3c0b 100644 --- a/Admin.Core.Api/Properties/launchSettings.json +++ b/Admin.Core.Api/Properties/launchSettings.json @@ -24,7 +24,7 @@ "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": "true", - "applicationUrl": "http://localhost:5001;http://localhost:5000" + "applicationUrl": "http://localhost:6062" //"applicationUrl": "http://119.45.202.115:5001;http://119.45.202.115:5000" } diff --git a/Admin.Core.Model/Model_New/xl_recipe.cs b/Admin.Core.Model/Model_New/xl_recipe.cs index f7c5c12..ff79747 100644 --- a/Admin.Core.Model/Model_New/xl_recipe.cs +++ b/Admin.Core.Model/Model_New/xl_recipe.cs @@ -153,5 +153,11 @@ namespace Admin.Core.Model /// Nullable:True /// public DateTime? CreateDateTime { get; set; } + /// + /// Desc: + /// Default: + /// Nullable:True + /// + public int? IsCheck { get; set; } } } \ No newline at end of file