using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPA.SAAS.Manage.Application.DataBase.Dtos.Goods { public class GoodsBomDto { public string GoodsId { get; set; } public List BomId { get; set; } } }