mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-11 10:26:34 +08:00
调整了Library文件结构;
源代码生成新增了参数验证方法; 修改了ParamterDetails的定义
This commit is contained in:
@@ -69,6 +69,14 @@ namespace Serein.Library
|
||||
/// 是否禁止参数进行修改(初始化后不能再通过 Setter 修改)
|
||||
/// </summary>
|
||||
public bool IsProtection = false;
|
||||
|
||||
/// <summary>
|
||||
/// 是否需要验证参数
|
||||
/// </summary>
|
||||
public bool IsVerify = false;
|
||||
|
||||
|
||||
|
||||
/*
|
||||
/// <summary>
|
||||
/// 自定义代码(属性变更前)
|
||||
|
||||
Reference in New Issue
Block a user