huangxiaoqiang
2025-07-07 4957e76944e33fc3c4d0f532caa99caffe5b1c45
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; }
}