old_flsystem/类库/Api.Framework/EntityTmp/SuNing/Enums.cs

22 lines
440 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Api.Framework.EntityTmp.SuNing
{
/// <summary>
/// 苏宁类目枚举
/// </summary>
public enum CategoryType
{
= 1,
= 2,
= 3,
= 4,
= 5,
= 6
}
}