old_flsystem/PCRobot/Enums/RoutineEnum.cs

22 lines
449 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PCRobot.Enums
{
public enum RequestIsRunType
{
= 0,
= 1,
= 2,
//个人微信
= 100,
= 101,
= 102,
= 103,
}
}