using NFine.Application.Entity; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NFine.Application.Models { /// /// 物料抽检规则关系 /// public class ICSInventoryInspectionRulesGroupDto: ICSInventoryInspectionRulesGroup { public List ItemList { get; set; } public List AqlList { get; set; } } }