Files
tnb.server/apihost/Tnb.API.Entry/wwwroot/Template/VengineSqlSugar/EntityDtoAcmen.cshtml
2024-04-11 17:31:32 +08:00

21 lines
557 B
Plaintext

////////////////////////////////////////////////////
// 本文件由卡奥斯低代码开发平台自动生成,请不要修改 //
////////////////////////////////////////////////////
@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 + ".AppService");
public record @(vm.vmCode)CreateData(@vm.GetPropStr(false, false));
public record @(vm.vmCode)UpdateData(@vm.GetPropStr(true, false));