namespace WIDESEA_DTO; /// /// 整盘电芯属性获取 /// public class TrayCellsStatusDto : Basic { /// /// 托盘编号 /// public string TrayBarcode { get; set; } }