class TextEnum { static const String noInventoryInout = "今天没有出入库记录"; static const String homeWelcomeText = '你好,'; static const String backToTodayButtonText = '今天'; static const String createInventoryInOutBtnText = '提交'; static const String inventoryInOutDialogTitle = '出入库登记'; static const String serverErrorMsg = ' 服务器繁忙,请重试或者联系管理员'; }