fix: 🐛 统一主键为 string 类型
This commit is contained in:
@@ -4,7 +4,7 @@ import selectConfig from "./config/select";
|
||||
import { useDictStore } from "@/store";
|
||||
const dictStore = useDictStore();
|
||||
interface IUser {
|
||||
id: number;
|
||||
id: string;
|
||||
username: string;
|
||||
nickname: string;
|
||||
mobile: string;
|
||||
|
||||
Reference in New Issue
Block a user