shgx_tz_mom/ZR.Model/ProteryConstant.cs

8 lines
90 B
C#

namespace ZR.Model
{
public enum ProteryConstant
{
NOTNULL = 0
}
}