fix: 开始组装

This commit is contained in:
2026-02-05 17:23:56 +08:00
parent b84dc9a816
commit d26f164736
3 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ package com.lukouguoji.module_base.bean
* 组装位置Bean
*/
class AssemblePositionBean {
var positionCode: String = "" // 位置编码/ID
var positionName: String = "" // 位置名称
var isSelected: Boolean = false // 是否选中
}