mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-13 21:16:35 +08:00
从DLL导入方法将按照方法名称首字母开始排序;规范化方法参数描述中的输入类型,改为枚举。
This commit is contained in:
14
Library/Enums/ParameterValueInputType.cs
Normal file
14
Library/Enums/ParameterValueInputType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Serein.Library
|
||||
{
|
||||
public enum ParameterValueInputType
|
||||
{
|
||||
Input,
|
||||
Select,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user