增加定时删除

This commit is contained in:
Mr.V 2024-12-24 17:13:24 +08:00
parent c31a201a78
commit 81c2f9db8b
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -30,6 +30,9 @@ public:
APP_ERROR Process() override;
private:
ai_matrix::BaseConfig baseConfig_;
ai_matrix::IdentifyConfig identifyConfig_;
// 获取某月有多少天
int DaysInMonth(int year, int month);
// 解析字符串为日期结构体