import 'package:flutter/material.dart'; enum Status { /// 待发送 ... 真正后台想要的值 int get value => values[this.index]; /// 展示文字 ...
確定! 回上一頁