| | |
| | | /** |
| | | * Copyright © 6c |
| | | * |
| | | * @Date: 2021-03-19 08:45 |
| | | * @Date: 2025年12月1日 11:34:13 |
| | | * @Author: 6c |
| | | * @Description: |
| | | */ |
| | |
| | | |
| | | // 表 |
| | | public static final String TABLE_TEMP ="temp_table"; |
| | | public static final String PRODUCT_SYS_INTERFACE_INTEGRATION = "product_sys_interface_integration"; |
| | | public static final String PRODUCT_SYS_INTERFACE_INTEGRATION_REQUEST_PARAM = "product_sys_interface_integration_request_param"; |
| | | public static final String PRODUCT_SYS_INTERFACE_INTEGRATION_REQUEST_HEADER = "product_sys_interface_integration_request_header"; |
| | | public static final String PRODUCT_SYS_INTERFACE_INTEGRATION_RESPONSE_INFO = "product_sys_interface_integration_response_info"; |
| | | |
| | | // 字段-通用 |
| | | public static final String FIELD_ID = "id"; |
| | | public static final String FIELD_UUID = "uuid"; |
| | | public static final String FIELD_CREATED_BY = "created_by"; |
| | | public static final String FIELD_CREATED_UTC_DATETIME = "created_utc_datetime"; |
| | | public static final String FIELD_UPDATED_BY = "updated_by"; |
| | | public static final String FIELD_UPDATED_UTC_DATETIME = "updated_utc_datetime"; |
| | | public static final String ID = "id"; |
| | | public static final String UUID = "uuid"; |
| | | public static final String CREATED_BY = "created_by"; |
| | | public static final String CREATED_UTC_DATETIME = "created_utc_datetime"; |
| | | public static final String UPDATED_BY = "updated_by"; |
| | | public static final String UPDATED_UTC_DATETIME = "updated_utc_datetime"; |
| | | |
| | | public static final String CHILDREN = "children"; |
| | | public static final String TRICODE = "tricode"; |
| | | public static final String NAME = "name"; |
| | | public static final String TYPE = "type"; |
| | | public static final String DB_INFO = "db_info"; |
| | | public static final String UNIQUE_SIGN = "unique_sign"; |
| | | public static final String SYSTEM_NAME = "system_name"; |
| | | public static final String ADDRESS = "address"; |
| | | public static final String REQUEST_TYPE = "request_type"; |
| | | public static final String REQUEST_PARAM_WAY = "request_param_way"; |
| | | public static final String REQUEST_PARAM_TYPE = "request_param_type"; |
| | | public static final String REQUEST_PARAM_CUSTOM_METHOD = "request_param_custom_method"; |
| | | public static final String RESPONSE_DATA_TYPE = "response_data_type"; |
| | | public static final String IS_COVER = "is_cover"; |
| | | public static final String RESPONSE_CUSTOM_METHOD = "response_custom_method"; |
| | | public static final String AFTER_SAVE_CUSTOM_METHOD = "after_save_custom_method"; |
| | | public static final String PARENT_UUID = "parent_uuid"; |
| | | } |