This commit is contained in:
Đăng Nguyễn
2025-10-30 13:34:44 +07:00
parent 643a34a4b4
commit aa2146e383
43 changed files with 3637 additions and 96 deletions

View File

@@ -0,0 +1,10 @@
namespace RobotApp.Common.Shares.Enums;
public enum RobotConfigType
{
VDA5050,
Core,
Safety ,
Simulation,
PLC,
}