shgx_tz_mom/ZR.Model/ProteryConstant.cs

8 lines
90 B
C#
Raw Permalink Normal View History

2024-06-07 11:04:26 +08:00
namespace ZR.Model
2023-06-07 22:28:06 +08:00
{
public enum ProteryConstant
{
NOTNULL = 0
}
}