1
刘磊
2024-12-26 e5642daf4b6820d0706967e486b16e8d33a46d6d
1
2
3
4
5
6
7
8
9
10
11
12
namespace WIDESEA_DTO;
 
/// <summary>
/// 单电芯属性获取
/// </summary>
public class CellStateDto : Basic
{
    /// <summary>
    /// 电芯组
    /// </summary>
    public List<SerialNos> SerialNos { get; set; }
}