fix: 开始组装
This commit is contained in:
@@ -4,6 +4,7 @@ package com.lukouguoji.module_base.bean
|
||||
* 组装位置Bean
|
||||
*/
|
||||
class AssemblePositionBean {
|
||||
var positionCode: String = "" // 位置编码/ID
|
||||
var positionName: String = "" // 位置名称
|
||||
var isSelected: Boolean = false // 是否选中
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user