tag
Stores structured data related to tags, supporting various business operations.
Columns
| Name | Type | References | Description |
| defaultname | String | Stores the default name assigned to the tag, typically used when no custom name is specified. | |
| defaultvalue | String | Stores the default value assigned to the tag, serving as a fallback when no specific value is set. | |
| feature | String | Indicates the feature associated with the tag, helping categorize its function within the system. | |
| isinactive | Boolean | Indicates whether the tag is inactive. If the value is true, the tag is disabled and not available for use. | |
| key | String | Represents a unique identifier for the tag, used to reference it in the system. |