仪表盘
版本库
文件存储
活动
搜索
登录
main
/
eims-master
车间能级提升-智能设备管理系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
feat(eims-ui-mobile): 为多个页面添加搜索功能 - 在 equ-list、insp-st、maint-st、req-list 和 ...
baoshiwei
2025-06-20
60384e8241fa855b5780260633ee9b9f8904847a
[eims-master.git]
/
eims-ui
/
apps
/
web-antd
/
src
/
api
/
system
/
post
/
model.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
/**
* @description: Post interface
*/
export interface Post {
postId: number;
postCode: string;
postName: string;
postSort: number;
status: string;
remark: string;
createTime: string;
}