event.dart 90 B

123456
  1. /// 活动信息
  2. class EventInfo {
  3. var id = 0;
  4. var name = '';
  5. var cpAllCount = 0;
  6. }