using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Myshipping.Application { public class TaskPODDischargeGateoutFullShowDto : TaskPODDischargeGateoutFullDto { /// /// 是否已完成 /// public bool IsComplete { get; set; } /// /// 完成时间 /// public Nullable CompleteTime { get; set; } } }