修复类型输入错误导致的bug
修复打印格式问题
This commit is contained in:
@@ -17,7 +17,7 @@ public:
|
||||
void loadFromFile();
|
||||
void saveToFile();
|
||||
void displayAll() const;
|
||||
void displayExpiringCosmetics() const; // 查找临期化妆品方法
|
||||
void displayExpiringCosmetics(int i) const; // 查找临期化妆品方法
|
||||
bool isValidDate(const std::string &date);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user