You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

32 lines
1.0 KiB

namespace EasyBL.WEBAPP
{
public class WebAppGlobalConstWord
{
/// <summary>
/// Guid
/// </summary>
public const string GUID = @"Guid";
public const string BELL = @"icon-bell";// 系統提示圖標(鬧鐘提示)
public const string CHECK = @"fa-check";// 系統提示圖標(審核完成)
public const string FAIL = @"fa-times";// 系統提示圖標(不同意)
public const string BILLAUDITOR = @"BillAuditor";//帳單審核人
public const string NOIMAGE = @"/images/noImage.jpg";//沒有圖片(人員)
public const string NOIMG = @"/images/noimg.jpg";//沒有圖片(其他)
public const string DEFAULT_LANGUAGE = "zh-TW";
public const string EN_US = "en-US";
public const string STACKER = "01";//堆高機
public const string TRUCK = "02";//卡車
public const string TG_ORGID = "TG";
public const int TOP_LIMIT = 10;
public const string CATEGORYSERVICETYPE = "Service";
}
}