using DOAN.Model.huate_group.recipe; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DOAN.Model.Factory_Model.Dto { /// /// 将配方和设备组合 /// public class DevicecCombination { public BaseDeviceAccount _account { set; get; } public Recipee _recipee { set; get; } } }