新增查看页面

This commit is contained in:
2026-01-24 17:56:15 +08:00
parent 2cf92c6e49
commit b7e0b87cd9
15 changed files with 346 additions and 37 deletions

View File

@@ -9,6 +9,7 @@ import { BasicModel } from '@jeesite/core/api/model/baseModel';
const { adminPath } = useGlobSetting();
export interface MyWorkInfo extends BasicModel<MyWorkInfo> {
weatherText?: string;
notifyNums?: number;
notifyAllNums?: number;
projectNums?: number;