RobotApp/RobotApp.Common.Shares/Enums/RobotConfigType.cs
Đăng Nguyễn aa2146e383 update
2025-10-30 13:34:44 +07:00

11 lines
137 B
C#

namespace RobotApp.Common.Shares.Enums;
public enum RobotConfigType
{
VDA5050,
Core,
Safety ,
Simulation,
PLC,
}