namespace Service.Charger.Msg.Http.Req; /// /// 9.2.17 云端下发充电枪停止充电 /// public class PileStopChargeHttpReq { /// /// 换电站编码 /// 换电站唯一码 /// public string sn { get; set; } /// /// 充电枪编号 /// 充电枪的唯一标识码 /// public string pn { get; set; } }