using WIDESEAWCS_DTO.MOM; /// /// 整盘电芯属性获取 /// public class TrayCellsStatusDto : BasicDto { /// /// 托盘编号 /// public string TrayBarcode { get; set; } /// /// 上传类型 /// public string SceneType { get; set; } = "4"; }