ZrAdminNetCore/ZR.Model/ProteryConstant.cs
2023-06-09 08:40:35 +08:00

10 lines
105 B
C#

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