You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
317 B
13 lines
317 B
package settlementParam
|
|
|
|
const (
|
|
Base = "base"
|
|
Ref_base = "ref_base"
|
|
Ref_point = "ref_point"
|
|
// 相邻差异沉降 - 分组参数中顺序字段
|
|
Diff_pos = "pos"
|
|
// 相邻差异沉降 - 测点监测数据字段
|
|
Diff_field_x = "x"
|
|
// 相邻差异沉降 - 差异沉降数据字段
|
|
Diff_field = "diffX"
|
|
)
|
|
|