old_flsystem/应用/Weixin.WPHCirclePromotion/Enums.cs

29 lines
479 B
C#
Raw Permalink Normal View History

2022-09-20 03:10:29 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Weixin.WPHCirclePromotion
{
public class Enums
{
public enum StateType
{
广 = 0,
广 = 1
}
/// <summary>
/// 频道类型
/// </summary>
public enum ChannelType
{
= 0,
= 1
}
}
}