35 lines
643 B
C#
Raw Normal View History

2025-10-31 09:56:25 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Syc.Basic.Web.WMS
{
public enum BoxDataType
{
,
,
,
,
,
}
public enum SilkStatus
{
,
,
,
,
,
}
public enum AutoLabelType
{
,
,
}
}