# 基础数据
基础数据主要是配置类信息,在实验过程中对应项目提供选择。
# 基础数据组成
基础数据组成如下图所示。
# erecto_analysistype表
字段名称 | 字段功能 | 字段类型 |
---|---|---|
id | analysistype id | Bigint |
name | analysistype 名称 | Character varying |
description | 描述 | Text |
created | 创建时间 | Time stamp with time zone |
updated | 更新时间 | Time stamp with time zone |
activated | 是否激活 | BOOLEAN |
deleted | 是否删除 | BOOLEAN |
说明: erecto_analysistype表用于存储分析方法的配置信息
# erecto_concunit表
字段名称 | 字段功能 | 字段类型 |
---|---|---|
id | concunit id | Bigint |
name | concunit 名称 | Character varying |
description | 描述 | Text |
created | 创建时间 | Time stamp with time zone |
updated | 更新时间 | Time stamp with time zone |
activated | 是否激活 | BOOLEAN |
deleted | 是否删除 | BOOLEAN |
说明: erecto_concunit表用于计量单位的配置信息
# erecto_eluent表
字段名称 | 字段功能 | 字段类型 |
---|---|---|
id | eluent id | Bigint |
name | eluent 名称 | Character varying |
description | 描述 | Text |
created | 创建时间 | Time stamp with time zone |
updated | 更新时间 | Time stamp with time zone |
activated | 是否激活 | BOOLEAN |
deleted | 是否删除 | BOOLEAN |
说明: erecto_eluent表用于eluent的配置信息
# erecto_matrix表
字段名称 | 字段功能 | 字段类型 |
---|---|---|
id | matrix id | Bigint |
name | matrix 名称 | Character varying |
description | 描述 | Text |
created | 创建时间 | Time stamp with time zone |
updated | 更新时间 | Time stamp with time zone |
activated | 是否激活 | BOOLEAN |
deleted | 是否删除 | BOOLEAN |
说明: erecto_matrix表用于matrix的配置信息
# erecto_methodtype表
字段名称 | 字段功能 | 字段类型 |
---|---|---|
id | method type id | Bigint |
name | method type 名称 | Character varying |
description | 描述 | Text |
created | 创建时间 | Time stamp with time zone |
updated | 更新时间 | Time stamp with time zone |
activated | 是否激活 | BOOLEAN |
deleted | 是否删除 | BOOLEAN |
说明: erecto_methodtype表用于method type的配置信息
# erecto_source表
字段名称 | 字段功能 | 字段类型 |
---|---|---|
id | source id | Bigint |
name | source 名称 | Character varying |
description | 描述 | Text |
created | 创建时间 | Time stamp with time zone |
updated | 更新时间 | Time stamp with time zone |
activated | 是否激活 | BOOLEAN |
deleted | 是否删除 | BOOLEAN |
说明: erecto_source表用于source的配置信息
# erecto_unit表
字段名称 | 字段功能 | 字段类型 |
---|---|---|
id | unit id | Bigint |
name | unit 名称 | Character varying |
description | 描述 | Text |
created | 创建时间 | Time stamp with time zone |
updated | 更新时间 | Time stamp with time zone |
activated | 是否激活 | BOOLEAN |
deleted | 是否删除 | BOOLEAN |
说明: erecto_unit表用于unit的配置信息
# reparo_device表
字段名称 | 字段功能 | 字段类型 |
---|---|---|
id | device id | Bigint |
name | device name | Character varying |
description | 描述 | Text |
created | 创建时间 | Time stamp with time zone |
updated | 更新时间 | Time stamp with time zone |
activated | 是否激活 | BOOLEAN |
deleted | 是否删除 | BOOLEAN |
model | 型号 | Character varying |
sn | 序列号 | Character varying |
organization_id | 组织id,关联users_organization | bigint |
说明: reparo_device表用于仪器设备基础信息的配置