old_flsystem/应用/CouponsSend/Entitys/Enum.cs

29 lines
550 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CouponsSend.Entitys
{
public class Enum
{
public enum StateType
{
广 = 0,
广 = 1
}
/// <summary>
/// 采集类型
/// </summary>
public enum GatherType
{
= 0,
= 1,
= 2,
= 3
}
}
}