1
huangxiaoqiang
2025-07-06 787cc88bd5655c701299f24a5779a908e51eeb0d
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; }
}