You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
413 B
19 lines
413 B
using Entity.Constant;
|
|
|
|
namespace Service.Init;
|
|
|
|
/// <summary>
|
|
/// 换电站基本信息静态数据
|
|
/// </summary>
|
|
public class StaticStationInfo
|
|
{
|
|
public static StationConstant.StationStatus StationStatus;
|
|
|
|
public static StationConstant.StationWay StationWay;
|
|
|
|
public static StationConstant.StationModel StationModel;
|
|
|
|
public static string StationName;
|
|
|
|
public static string StationNo;
|
|
} |