8 lines
130 B
C#
8 lines
130 B
C#
namespace RuleEngine.Constants
|
|
{
|
|
public class CommandCode
|
|
{
|
|
public const string UpdatePVT = "UPDATE_PVT";
|
|
}
|
|
}
|