Browse Source

图片

bjmzak
DESKTOP-G961P6V\Zhh 2 years ago
parent
commit
0aaac5b7d1
  1. 18
      src/Shentun.Peis.Domain.Shared/Enums/RegisterCheckPictureFileType.cs

18
src/Shentun.Peis.Domain.Shared/Enums/RegisterCheckPictureFileType.cs

@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Text;
namespace Shentun.Peis.Enums
{
public class RegisterCheckPictureFileType
{
[Description("图片")]
public const char PictureFile = '0';
[Description("报告文件")]
public const char ReportFile = '1';
}
}
Loading…
Cancel
Save