10 lines
138 B
C#
10 lines
138 B
C#
namespace YLErp.Model.Enum
|
|
{
|
|
public enum SealResultEnum
|
|
{
|
|
成功=0,
|
|
失败,
|
|
用印等待中 =3
|
|
}
|
|
}
|