| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace UAS_MES_NEW.PublicMethod
- {
- internal class FACT_DATA_PROTOCOL
- {
- public static string TOOL_VERSION_STR = "2.1.35";
- public static string TOOL_BUILD_DATE = "_2025-06-18";
- public static string KEY_JSON_tool_name = "tool_name";
- public static string KEY_JSON_request = "request";
- public static string KEY_JSON_User = "User";
- public static string KEY_JSON_Password = "Password";
- public static string KEY_JSON_SN = "SN";
- public static string KEY_JSON_status = "status";
- public static string KEY_JSON_tool_version_min = "tool_version_min";
- public static string VALUE_JSON_instar = "instar"; //tool_name=instar
- public static string VALUE_JSON_zte = "ajy_label"; //tool_name=zte
- public static string VALUE_JSON_hy = "hy"; //tool_name=hy
- public static string VALUE_JSON_cocoon = "cocoon"; //tool_name=cocoon
- public static string VALUE_JSON_Login = "Login";
- public static string VALUE_JSON_user_role = "user_role";
- public static string VALUE_JSON_Query = "Query";
- public static string VALUE_JSON_PreSubmit = "PreSubmit";
- public static string VALUE_JSON_Submit = "Submit";
- public static string VALUE_JSON_storage = "Storage";
- public static string VALUE_JSON_storage2 = "Storage2";
- public static string VALUE_JSON_Re_en_no = "Re_en_no";
- public static string VALUE_JSON_Q_cai_he = "Q_cai_he";
- public static string VALUE_JSON_Q_wai_xiang = "Q_wai_xiang";
- public static string VALUE_JSON_AJC = "AJC";
- public static string VALUE_JSON_AJC_Mingpai = "ajc_mingpai";
- public static string VALUE_JSON_AJC_caihe = "ajc_cai_he";
- public static string VALUE_JSON_AJC_waixiang = "ajc_wai_xiang";
- public static string VALUE_JSON_AJC_SN = "sn";
- public static string VALUE_JSON_AJC_Product_id = "Product_id";
- public static string VALUE_JSON_storager = "storager";
- public static string VALUE_JSON_storage_time = "storage_time";
- public static string VALUE_JSON_logined_user = "logined_user";
- public static string VALUE_JSON_logined_time = "logined_time";
- public static string KEY_JSON_label_templ = "label_templ";
- public static string KEY_JSON_product_name = "product_name";
- public static string KEY_JSON_product_mode = "product_mode";
- public static string KEY_JSON_prefix_en_no = "prefix_en_no";
- public static string KEY_JSON_prefix_big_box = "prefix_big_box";
- public static string KEY_JSON_packing_num = "packing_num";
- public static string KEY_JSON_dev_en_no = "dev_en_no";
- public static string KEY_JSON_dev_isn = "isn";
- public static string KEY_JSON_mac = "mac";
- public static string KEY_JSON_dev_sn = "dev_sn";
- public static string KEY_JSON_dev_id = "dev_id";
- public static string KEY_JSON_reg_code = "reg_code";
- public static string KEY_JSON_device_type = "device_type";
- public static string KEY_JSON_reserve2 = "reserve2";
- public static string KEY_JSON_reserve3 = "reserve3";
- }
- }
|