DeviceManager/TsSFCDevice.Client.Launch/BizModels/Enum/enumMonth.cs

18 lines
296 B
C#
Raw Permalink Normal View History

2024-08-02 02:52:45 +00:00
namespace TsSFCDevice.Client.Launch.BizModels.Enum
{
public enum enumMonth
{
= 1,
,
,
,
,
,
,
,
,
,
,
}
}