init: 导入项目到 meswork Gitea
This commit is contained in:
29
DataMirrorTools_Simulator/Foundation/Base.Class/Cmd_Const.cs
Normal file
29
DataMirrorTools_Simulator/Foundation/Base.Class/Cmd_Const.cs
Normal file
@@ -0,0 +1,29 @@
|
||||
/// <summary>
|
||||
/// 2021.2.23
|
||||
///
|
||||
/// </summary>
|
||||
public struct Cmd_Const
|
||||
{
|
||||
public const string Receive_Position = "Position";
|
||||
|
||||
public const string Receive_ClickModel = "ClickModel";
|
||||
|
||||
public const string RobotTcpCurr = "RobotTcpCurr";
|
||||
|
||||
public const string RobotTcpEnd = "RobotTcpEnd";
|
||||
|
||||
public const string B_C_ImportModel = "B_C_ImportModel";//2021.4.10
|
||||
|
||||
public const string B_C_ExportModel = "B_C_ExportModel";//2021.4.10
|
||||
|
||||
public const string Receive_ModelTree = "ModelTree";//2021.5.7
|
||||
|
||||
public const string B_C_GetProjectCode = "B_C_GetProjectCode";//2021.9.6
|
||||
|
||||
public const string B_C_WriteLog = "B_C_WriteLog";//2021.12.04
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user