添加项目文件。
This commit is contained in:
17
workflow/Tnb.WorkFlow.Entitys/Model/Item/CandidateItem.cs
Normal file
17
workflow/Tnb.WorkFlow.Entitys/Model/Item/CandidateItem.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.WorkFlow.Entitys.Model.Item;
|
||||
|
||||
[SuppressSniffer]
|
||||
public class CandidateItem
|
||||
{
|
||||
/// <summary>
|
||||
/// 用户id.
|
||||
/// </summary>
|
||||
public string? userId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 用户名.
|
||||
/// </summary>
|
||||
public string? userName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user