import Foundation class CongTruong { var tenCtuong: String? var tenCty: String? var daChup: Int?, conLai: Int? var shootItems: [ShootItem]? }