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.
19 lines
685 B
19 lines
685 B
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";//沒有圖片(其他)
|
|
}
|
|
}
|