刘磊
2025-06-11 7f4b9f4c7e720382e11a8bc37a9ebe1ca9b12af2
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; }
}