修复最新简化集合方式的报错

This commit is contained in:
2023-11-16 15:15:00 +08:00
parent dca3712828
commit 9e42729e04
4 changed files with 37 additions and 35 deletions

View File

@@ -3,6 +3,8 @@
// https://git.tuotong-tech.com/tnb/tnb.server //
/////////////////////////////////////////////////////////////////////////////////
using Tnb.Vengine.Domain;
namespace Tnb.Vengine.AppService;
public class VmodelCreateFromTableInput
@@ -21,7 +23,7 @@ public class CreatePageFromVmodelInput
public string? vmid { get; set; }
}
public class VmodelGetInput
public class VmodelGetInput : VmGetInput
{
public string? areaCode { get; set; }
public string? vmCode { get; set; }