Commit 57932e8b authored by 黄奎's avatar 黄奎

页面修改

parent 2487d61f
using Edu.Common.Plugin;
using System;
using System.Collections.Generic;
using System.Text;
namespace Edu.Common.Enum.User
{
public enum StuCreateTypeEnum
{
/// <summary>
/// 个人录入
/// </summary>
[EnumField("个人录入")]
EmployeeInput = 1,
/// <summary>
/// 同业录入
/// </summary>
[EnumField("同业录入")]
CustomerInput = 2,
/// <summary>
/// 内部介绍
/// </summary>
[EnumField("内部介绍")]
InternalIntroduction = 3,
/// <summary>
/// 转介
/// </summary>
[EnumField("转介")]
TransIntroduction = 4,
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment