This commit is contained in:
qiji4215
2023-05-19 17:25:10 +08:00
8 changed files with 89 additions and 10 deletions

View File

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