增加统一token验证,未完成

This commit is contained in:
2025-09-05 18:56:54 +08:00
parent 153137379d
commit 9f3b18f2df
6 changed files with 147 additions and 10 deletions

View File

@@ -2,6 +2,7 @@ package com.onekeycall.videotablet.entity;
import lombok.Data;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.index.Indexed;
import org.springframework.data.mongodb.core.mapping.Document;
import org.springframework.data.mongodb.core.mapping.Field;
@@ -15,6 +16,7 @@ public class DeviceApkInfo {
@Id
private String id; // MongoDB文档ID
@Indexed
@Field("sn")
private String sn; // 设备序列号