RobotApp/RobotApp.VDA5050/FactsheetExtend/ChargerParam.cs
Đăng Nguyễn cf309cccba Init project
2025-09-10 10:48:39 +07:00

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; }
}