fix: 合并代码

This commit is contained in:
2023-05-22 10:18:13 +08:00
235 changed files with 1876 additions and 1576 deletions

View File

@@ -19,6 +19,8 @@ data class SignBean(
val geometry: String,
//底部文字
val bottomText: String,
//底部右侧文字
val bottomRightText: String,
//要素code类型
val elementCode: Int
) : Parcelable