10 lines
183 B
C#
10 lines
183 B
C#
namespace RobotApp.VDA5050.FactsheetExtend;
|
|
|
|
#nullable disable
|
|
|
|
public class ChargerParam
|
|
{
|
|
public string Charger_ip { get; set; }
|
|
public uint Charger_port { get; set; }
|
|
}
|