old_flsystem/应用/FreeActivity/Entitys/Enums.cs

17 lines
229 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 FreeActivity.Entitys
{
public enum ChooseType
{
= 0,
= 1
}
}