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.
14 lines
317 B
14 lines
317 B
1 month ago
|
package settlementParam
|
||
|
|
||
|
const (
|
||
|
Base = "base"
|
||
|
Ref_base = "ref_base"
|
||
|
Ref_point = "ref_point"
|
||
|
// 相邻差异沉降 - 分组参数中顺序字段
|
||
|
Diff_pos = "pos"
|
||
|
// 相邻差异沉降 - 测点监测数据字段
|
||
|
Diff_field_x = "x"
|
||
|
// 相邻差异沉降 - 差异沉降数据字段
|
||
|
Diff_field = "diffX"
|
||
|
)
|