添加项目文件。
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using JNPF.Common.Filter;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.WorkFlow.Entitys.Dto.FlowComment;
|
||||
|
||||
[SuppressSniffer]
|
||||
public class FlowCommentListQuery : PageInputBase
|
||||
{
|
||||
/// <summary>
|
||||
/// 任务id.
|
||||
/// </summary>
|
||||
public string? taskId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user