Files
MesPrintService/Print.Application/Print/GoDEXEnum.cs

35 lines
828 B
C#
Raw Normal View History

2025-07-12 16:20:14 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JingGong.Abp.Print.GoDEX
{
/// <summary>
/// 打印机状态
/// </summary>
public enum GoDEXEnum
{
= 00,
= 01,
= 02,
= 03,
= 04,
滿 = 05,
滿 = 06,
= 07,
= 08,
= 09,
= 10,
= 11,
= 13,
= 20,
= 21,
= 22,
= 50,
= 60,
= 62,
}
}