namespace Admin.NET.Application; /// /// 收货道口 /// [Description("收货道口")] public enum DockEnum { /// /// 101 /// [Description("101")] DockA = 101, }