12 lines
232 B
C#
12 lines
232 B
C#
using JNPF.DependencyInjection;
|
|
|
|
namespace JNPF.Extend.Entitys.Dto.ProjectGantt;
|
|
|
|
/// <summary>
|
|
/// 获取项目任务信息.
|
|
/// </summary>
|
|
[SuppressSniffer]
|
|
public class ProjectGanttTaskInfoOutput : ProjectGanttTaskUpInput
|
|
{
|
|
}
|