namespace Atomx.Common.Enums { /// /// 原料类型 /// public enum MaterialType { Gold = 1 } }