提交会议页面

This commit is contained in:
XiuYun CHEN
2025-05-09 16:26:09 +08:00
parent ae211c8b35
commit c8184e2b32
10 changed files with 2360 additions and 10 deletions
@@ -0,0 +1,13 @@
import { MeetingItemModel,ItemModel } from '../model/ItemModel'
@Component
export struct ItemComp {
item: MeetingItemModel = new MeetingItemModel({} as ItemModel)
build() {
Column({ space: 12 }) {
}
}
}