feat:门店最近订货时间定时任务

This commit is contained in:
wangff
2025-10-27 13:32:23 +08:00
parent 4063cdcfee
commit b2076cc6c5
11 changed files with 277 additions and 4 deletions

View File

@@ -230,4 +230,6 @@ public class CommonConstants {
* refreshToken有效期单位秒
*/
public static final int REFRESH_TOKEN_EXPIRE = 30 * 24 * 60 * 60;
public static final int BATCH_SIZE = 200;
}