修复钻取一对多子表时条件使用了字段的错误
This commit is contained in:
@@ -3,8 +3,13 @@
|
||||
// https://git.tuotong-tech.com/tnb/tnb.server //
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
using Aspose.Cells.Drawing;
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.DynamicApiController;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Tnb.Core;
|
||||
using Tnb.Vengine.Domain;
|
||||
|
||||
namespace Tnb.Vengine.AppService;
|
||||
|
||||
@@ -13,4 +18,17 @@ namespace Tnb.Vengine.AppService;
|
||||
/// </summary>
|
||||
public class BaseAppService : IDynamicApiController, ITransient
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
//[ApiDescriptionSettings(Tag = ModuleConst.Tag, Area = ModuleConst.Area, Order = 100)]
|
||||
//public class VTestAppService : BaseAppService
|
||||
//{
|
||||
// /// <summary>
|
||||
// /// 获取多条 数据列表
|
||||
// /// </summary>
|
||||
// public async Task<dynamic> ListAsync(string vmid, [FromQuery] VmGetListInput input)
|
||||
// {
|
||||
// return new List<string>();
|
||||
// }
|
||||
|
||||
//}
|
||||
Reference in New Issue
Block a user