251029
This commit is contained in:
17
FATrace.Model/RawSource.cs
Normal file
17
FATrace.Model/RawSource.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FATrace.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// 原料来源
|
||||
/// </summary>
|
||||
public enum RawSource
|
||||
{
|
||||
China = 1,
|
||||
Japan = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user