Commit 54989bbc authored by liudong1993's avatar liudong1993

1

parent 71ecc6be
...@@ -53,11 +53,6 @@ namespace REBORN.Common.Enum.Finance ...@@ -53,11 +53,6 @@ namespace REBORN.Common.Enum.Finance
[EnumField("我的客户")] [EnumField("我的客户")]
MyClient = 8, MyClient = 8,
/// <summary> /// <summary>
/// OP
/// </summary>
//[EnumField("OP")]
//OP = 9,
/// <summary>
/// 员工 /// 员工
/// </summary> /// </summary>
[EnumField("员工")] [EnumField("员工")]
...@@ -92,5 +87,10 @@ namespace REBORN.Common.Enum.Finance ...@@ -92,5 +87,10 @@ namespace REBORN.Common.Enum.Finance
/// </summary> /// </summary>
[EnumField("团队供应商")] [EnumField("团队供应商")]
Travel = 15, Travel = 15,
/// <summary>
/// 其他供应商
/// </summary>
[EnumField("其他供应商")]
OtherSupplier = 16,
} }
} }
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