using System.Collections.Generic; namespace HH.WCS.Mobox3.RiDong.dto; /// /// 结果确定 /// public class ResultDeterminationDto { /// /// 托盘号 /// public string cntrCode { get; set; } /// /// 配盘明细ID号 /// public List ids { get; set; } }