using System.Collections.Generic; namespace WeEngine.CommonDto { public class RunGroupPackageDto { /// /// 分组编号 /// public List GroupNos { get; set; } } }