using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWare.Wms.Application { public class TaskDetailInput { /// /// 查看方式 1近7天,2近一个月,3近三个月 /// public int LookType { get; set; } } }