You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BookingHeChuan/Myshipping.Core/Enum/DjyUserConfig.cs

26 lines
532 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Myshipping.Core
{
public enum DjyUserConfigType
{
/// <summary>
/// 订舱台账列
/// </summary>
[Description("订舱台账列")]
BOOKING_COLUMN = 10,
/// <summary>
/// 订舱台账列
/// </summary>
[Description("订舱台账查询条件")]
BOOKING_QUERYC_CONDITION = 20,
}
}