2024-03-19 13:27:42 +08:00
|
|
|
class TextEnum {
|
|
|
|
static const String noInventoryInout = "今天没有出入库记录";
|
|
|
|
static const String homeWelcomeText = '你好,';
|
|
|
|
static const String backToTodayButtonText = '今天';
|
2024-03-20 09:37:20 +08:00
|
|
|
static const String createInventoryInOutBtnText = '提交';
|
2024-03-20 10:47:16 +08:00
|
|
|
static const String inventoryInOutDialogTitle = '出入库登记';
|
2024-03-26 11:35:39 +08:00
|
|
|
static const String serverErrorMsg = ' 服务器繁忙,请重试或者联系管理员';
|
2024-03-19 13:27:42 +08:00
|
|
|
}
|