using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIP_Models { /// /// 缺料通知参数 /// public class StarvingNoticeParam { /// /// 任务号 /// public string taskNo { get; set; } } }