old_flsystem/应用/BackupAndImport/Enums.cs

24 lines
365 B
C#
Raw Permalink Normal View History

2022-09-29 10:35:00 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataDocking
{
class Enums
{
/// <summary>
/// 软件类型
/// </summary>
public enum SoftwareType
{
AliTools = 1,
= 2,
}
}
}