Преглед изворни кода

路由调整

storemanagement
zhaoy пре 11 месеци
родитељ
комит
1c7ed59887
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      BPA.SAAS.Manage.Application/DataBase/BatchingServices.cs
  2. +1
    -1
      BPA.SAAS.Manage.Application/DataBase/GoodsAttributeServices.cs

+ 1
- 1
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;


+ 1
- 1
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;


Loading…
Откажи
Сачувај