38 lines
739 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
{
,
,
,
,
,
2026-01-04 08:44:48 +08:00
,
,
2025-10-31 09:56:25 +08:00
}
public enum SilkStatus
{
,
,
,
,
,
2026-01-04 08:44:48 +08:00
,
2025-10-31 09:56:25 +08:00
}
public enum AutoLabelType
{
,
,
}
}