Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Core/UI/ControlDataContext/GasValveOperation.cs

8 lines
136 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
namespace Aitex.Core.UI.ControlDataContext
{
public class GasValveOperation
{
public const string GVTurnValve = "GVTurnValve";
}
}