FACT_DATA_PROTOCOL.cs 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace UAS_MES_NEW.PublicMethod
  6. {
  7. internal class FACT_DATA_PROTOCOL
  8. {
  9. public static string TOOL_VERSION_STR = "2.1.35";
  10. public static string TOOL_BUILD_DATE = "_2025-06-18";
  11. public static string KEY_JSON_tool_name = "tool_name";
  12. public static string KEY_JSON_request = "request";
  13. public static string KEY_JSON_User = "User";
  14. public static string KEY_JSON_Password = "Password";
  15. public static string KEY_JSON_SN = "SN";
  16. public static string KEY_JSON_status = "status";
  17. public static string KEY_JSON_tool_version_min = "tool_version_min";
  18. public static string VALUE_JSON_instar = "instar"; //tool_name=instar
  19. public static string VALUE_JSON_zte = "ajy_label"; //tool_name=zte
  20. public static string VALUE_JSON_hy = "hy"; //tool_name=hy
  21. public static string VALUE_JSON_cocoon = "cocoon"; //tool_name=cocoon
  22. public static string VALUE_JSON_Login = "Login";
  23. public static string VALUE_JSON_user_role = "user_role";
  24. public static string VALUE_JSON_Query = "Query";
  25. public static string VALUE_JSON_PreSubmit = "PreSubmit";
  26. public static string VALUE_JSON_Submit = "Submit";
  27. public static string VALUE_JSON_storage = "Storage";
  28. public static string VALUE_JSON_storage2 = "Storage2";
  29. public static string VALUE_JSON_Re_en_no = "Re_en_no";
  30. public static string VALUE_JSON_Q_cai_he = "Q_cai_he";
  31. public static string VALUE_JSON_Q_wai_xiang = "Q_wai_xiang";
  32. public static string VALUE_JSON_AJC = "AJC";
  33. public static string VALUE_JSON_AJC_Mingpai = "ajc_mingpai";
  34. public static string VALUE_JSON_AJC_caihe = "ajc_cai_he";
  35. public static string VALUE_JSON_AJC_waixiang = "ajc_wai_xiang";
  36. public static string VALUE_JSON_AJC_SN = "sn";
  37. public static string VALUE_JSON_AJC_Product_id = "Product_id";
  38. public static string VALUE_JSON_storager = "storager";
  39. public static string VALUE_JSON_storage_time = "storage_time";
  40. public static string VALUE_JSON_logined_user = "logined_user";
  41. public static string VALUE_JSON_logined_time = "logined_time";
  42. public static string KEY_JSON_label_templ = "label_templ";
  43. public static string KEY_JSON_product_name = "product_name";
  44. public static string KEY_JSON_product_mode = "product_mode";
  45. public static string KEY_JSON_prefix_en_no = "prefix_en_no";
  46. public static string KEY_JSON_prefix_big_box = "prefix_big_box";
  47. public static string KEY_JSON_packing_num = "packing_num";
  48. public static string KEY_JSON_dev_en_no = "dev_en_no";
  49. public static string KEY_JSON_dev_isn = "isn";
  50. public static string KEY_JSON_mac = "mac";
  51. public static string KEY_JSON_dev_sn = "dev_sn";
  52. public static string KEY_JSON_dev_id = "dev_id";
  53. public static string KEY_JSON_reg_code = "reg_code";
  54. public static string KEY_JSON_device_type = "device_type";
  55. public static string KEY_JSON_reserve2 = "reserve2";
  56. public static string KEY_JSON_reserve3 = "reserve3";
  57. }
  58. }