zsgf-client 1.0.21

zsgf 客户端库。
Documentation
# AppSetting

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i64**> | 唯一标识 | [optional]
**provider_code** | Option<**String**> | 提供商代码 | [optional]
**group_code** | Option<**String**> | 分组代码 | [optional]
**code** | **String** | 设置项代码 | 
**value** | **String** | 设置值 | 
**tags** | Option<**String**> | 标签 | [optional]
**description** | Option<**String**> | 描述 | [optional]
**frontend_usable** | Option<**bool**> | 是否在前端可用 | [optional]
**create_date** | Option<**String**> | 创建时间 | [optional]
**last_update** | Option<**String**> | 最后更新时间 | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)