using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace JinYuan.Models { public class PLCGroupVariable : Variable { /// /// 变量名称 /// public int ArrayStart { get; set; } /// /// 电池数量 /// public int CellSum { get; set; } } }