generated from zhangwei/Matrixai
增加定时删除
This commit is contained in:
parent
c31a201a78
commit
81c2f9db8b
File diff suppressed because one or more lines are too long
|
@ -30,6 +30,9 @@ public:
|
|||
APP_ERROR Process() override;
|
||||
|
||||
private:
|
||||
ai_matrix::BaseConfig baseConfig_;
|
||||
ai_matrix::IdentifyConfig identifyConfig_;
|
||||
|
||||
// 获取某月有多少天
|
||||
int DaysInMonth(int year, int month);
|
||||
// 解析字符串为日期结构体
|
||||
|
|
Loading…
Reference in New Issue