From 1c7ed59887df3d38800f33c843203cee48ab9344 Mon Sep 17 00:00:00 2001 From: zhaoy <137053305@qq.com> Date: Wed, 10 Jan 2024 16:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BPA.SAAS.Manage.Application/DataBase/BatchingServices.cs | 2 +- BPA.SAAS.Manage.Application/DataBase/GoodsAttributeServices.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BPA.SAAS.Manage.Application/DataBase/BatchingServices.cs b/BPA.SAAS.Manage.Application/DataBase/BatchingServices.cs index c47ea14..7c6e674 100644 --- a/BPA.SAAS.Manage.Application/DataBase/BatchingServices.cs +++ b/BPA.SAAS.Manage.Application/DataBase/BatchingServices.cs @@ -9,7 +9,7 @@ using System.Threading.Tasks; namespace BPA.SAAS.Manage.Application.DataBase { - [ApiDescriptionSettings("DataBase", Tag = "物料基础信息")] + [ApiDescriptionSettings("Batching", Tag = "物料基础信息")] public class BatchingServices: IDynamicApiController { IBatchingService _batchingService; diff --git a/BPA.SAAS.Manage.Application/DataBase/GoodsAttributeServices.cs b/BPA.SAAS.Manage.Application/DataBase/GoodsAttributeServices.cs index 1857069..713e37f 100644 --- a/BPA.SAAS.Manage.Application/DataBase/GoodsAttributeServices.cs +++ b/BPA.SAAS.Manage.Application/DataBase/GoodsAttributeServices.cs @@ -10,7 +10,7 @@ using System.Threading.Tasks; namespace BPA.SAAS.Manage.Application.DataBase { - [ApiDescriptionSettings("GoodsAttribute", Tag = "商品属性管理")] + [ApiDescriptionSettings("Goods", Tag = "商品属性管理")] public class GoodsAttributeServices: IDynamicApiController, ITransient { IGoodsAttributeService _goodsAttributeServices;