任务id补充

This commit is contained in:
赵正易 2024-07-19 08:50:07 +08:00
parent 83b55d11ac
commit d209700a41

View File

@ -38,6 +38,11 @@ namespace DOAN.Model.MES.dev.Dto
[Required(ErrorMessage = "id 雪花不能为空")]
public string Id { get; set; }
/// <summary>
/// 任务id
/// </summary>
public string FkTaskId { get; set; }
public int? PlanType { get; set; }
[Required(ErrorMessage = "计划id不能为空")]