mobile_skt/lib/constants/text_enum.dart

8 lines
331 B
Dart
Raw Normal View History

2024-03-19 13:27:42 +08:00
class TextEnum {
static const String noInventoryInout = "今天没有出入库记录";
static const String homeWelcomeText = '你好,';
static const String backToTodayButtonText = '今天';
static const String createInventoryInOutBtnText = '提交';
static const String inventoryInOutDialogTitle = '出入库登记';
2024-03-19 13:27:42 +08:00
}