vengine初步实现增删改查
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
// 宁波拓通e智造平台 ToTong Next Builder //
|
||||
// https://git.tuotong-tech.com/tnb/tnb-server //
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@using Tnb.Core;
|
||||
@using Tnb.Vengine;
|
||||
@using Tnb.Vengine.Domain;
|
||||
@{
|
||||
AcmenVmodelContext context = Model;
|
||||
Vmodel vm = context.Vm;
|
||||
}
|
||||
using Tnb.Core;
|
||||
|
||||
namespace @(context.NsPrefix + "." + vm.areaCode + ".Domain");
|
||||
|
||||
/// <summary>
|
||||
/// @vm.vmName
|
||||
/// </summary>
|
||||
public partial class @vm.vmCode
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user