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

39 lines
698 B
C#
Raw 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 CircleFriendsTools
{
public class Enums
{
public enum TransmitStyleType
{
= 0,
= 1
}
public enum WorkingDayType
{
= 0,
= 1,
= 2,
= 3,
= 4,
= 5,
= 6
}
/// <summary>
/// 抉择类型
/// </summary>
public enum ChooseType
{
= 0,
= 1
}
}
}