old_flsystem/应用/TBRebate/TLJModel.cs

16 lines
314 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 TBRebate
{
public enum TLJModel
{
使 = 0,
使 = 1,
= 2
}
}