old_flsystem/应用/Weixin.AccurateCircle/Entitys/Enums.cs

16 lines
248 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.AccurateCircle.Entitys
{
public enum StateType
{
广 = 0,
广 = 1
}
}