mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 02:25:06 +08:00
feat: vxe demo
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
export type PostVO = {
|
||||
id: number
|
||||
id?: number
|
||||
name: string
|
||||
code: string
|
||||
sort: number
|
||||
@ -11,11 +11,13 @@ export type PostVO = {
|
||||
export type PostPageReqVO = {
|
||||
code: string
|
||||
name: string
|
||||
status: number
|
||||
status?: number
|
||||
pageSize?: number
|
||||
pageNo?: number
|
||||
}
|
||||
|
||||
export type PostExportReqVO = {
|
||||
code: string
|
||||
name: string
|
||||
status: number
|
||||
status?: number
|
||||
}
|
||||
|
Reference in New Issue
Block a user