|
class TextEnum {
|
|
static const String noInventoryInout = "今天没有出入库记录";
|
|
static const String homeWelcomeText = '你好,';
|
|
static const String backToTodayButtonText = '今天';
|
|
static const String createInventoryInOutBtnText = '提交';
|
|
static const String inventoryInOutDialogTitle = '出入库登记';
|
|
}
|