UPDATE: 优化;

This commit is contained in:
贾同学
2025-09-25 11:16:57 +08:00
parent 9ee71d29d4
commit f74fedc213
7 changed files with 28 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
import type {ReqPage, ResPage} from '@/api/interface'
import type { ReqPage, ResPage } from '@/api/interface'
// 标准设备模块
export namespace StandardDevice {
@@ -34,6 +34,7 @@ export namespace StandardDevice {
createTime?: string | null; //创建时间
updateBy?: string | null; //更新用户
updateTime?: string | null; //更新时间
disabled?: boolean;
}