|
@@ -34,7 +34,7 @@ message CreatedFiledRequest {
|
|
|
uint32 third_category_id = 3; // 字段分类三级id
|
|
|
string filed_name = 4; // 字段名称
|
|
|
FieldsType.Kind field_type = 5; // 字段类型
|
|
|
- ComponentsType.Kind componentsType = 6; // 组件类型
|
|
|
+ ComponentsType.Kind components_type = 6; // 组件类型
|
|
|
uint32 filed_len = 7; // 字段长度
|
|
|
int64 min_value = 8; // 字段取值范围最小值
|
|
|
int32 max_value = 9; // 字段取值范围最大值
|