namespace WIDESEA_DTO; /// /// 整盘电芯属性获取 /// public class TrayCellsStatusDto : Basic { /// /// 托盘编号 /// public string TrayBarcode { get; set; } /// /// 上传类型 1- OCV入站前调用 2- OCV出站后调用 3-? 4-普通出入库调用 (如空框入库则返回为:查询无电芯) /// public string SceneType { get; set; } = "4"; }