Kaynağa Gözat

路由调整

storemanagement
zhaoy 11 ay önce
ebeveyn
işleme
1c7ed59887
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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;


Yükleniyor…
İptal
Kaydet