operate.dart 103 B

12345678
  1. /// 测量操作类型
  2. enum MeasureOperateType {
  3. /// 测量
  4. measure,
  5. /// 注释
  6. annotation,
  7. }