完善通用接口输入参数

This commit is contained in:
2023-11-21 00:19:45 +08:00
parent 079eec500b
commit 70de358f97
17 changed files with 375 additions and 226 deletions

View File

@@ -5,6 +5,7 @@
using JNPF.Common.Extension;
using Newtonsoft.Json;
using NPOI.SS.Formula.Functions;
using Yitter.IdGenerator;
namespace Tnb.Vengine.Domain;
@@ -74,6 +75,15 @@ public class VmDbProp : VmBaseProp
#endregion Properties
/// <summary>
/// 获取可空类型的字符串名称
/// </summary>
/// <returns></returns>
public string GetCsType()
{
return required ? csType : csType + "?";
}
/// <summary>
/// 获取默认值
/// </summary>