using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEA_Core.Enums
{
public enum WarehouseEnum
{
///
/// 板料仓
///
[Description("板料仓")]
SC01_BC,
///
/// 板料仓
///
[Description("板料仓")]
SC02_BC,
}
}