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.

31 lines
1.0 KiB

2 years ago
2 years ago
  1. namespace EasyBL.WEBAPP
  2. {
  3. public class WebAppGlobalConstWord
  4. {
  5. /// <summary>
  6. /// Guid
  7. /// </summary>
  8. public const string GUID = @"Guid";
  9. public const string BELL = @"icon-bell";// 系統提示圖標(鬧鐘提示)
  10. public const string CHECK = @"fa-check";// 系統提示圖標(審核完成)
  11. public const string FAIL = @"fa-times";// 系統提示圖標(不同意)
  12. public const string BILLAUDITOR = @"BillAuditor";//帳單審核人
  13. public const string NOIMAGE = @"/images/noImage.jpg";//沒有圖片(人員)
  14. public const string NOIMG = @"/images/noimg.jpg";//沒有圖片(其他)
  15. public const string DEFAULT_LANGUAGE = "zh-TW";
  16. public const string EN_US = "en-US";
  17. public const string STACKER = "01";//堆高機
  18. public const string TRUCK = "02";//卡車
  19. public const string TG_ORGID = "TG";
  20. public const int TOP_LIMIT = 10;
  21. public const string CATEGORYSERVICETYPE = "Service";
  22. }
  23. }