feat(statistics): add usage statistics and device info features

This commit is contained in:
2026-08-19 15:32:14 +08:00
parent 6e995e0795
commit 265108252e
47 changed files with 3083 additions and 384 deletions

View File

@@ -17,6 +17,9 @@ public class AppTimeControlInfo implements Serializable {
* 0不管控1时长管控2时间段管控
*/
int control_type;
/**
* 0 禁用1 未禁用
*/
int is_control;
long work_time;
long rest_time;