mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-08 21:27:57 +00:00
feat 菜单管理移植
This commit is contained in:
2
types/web.d.ts
vendored
2
types/web.d.ts
vendored
@@ -35,5 +35,5 @@ export interface TablePageModel<T = any> {
|
||||
* 基础实体对象
|
||||
*/
|
||||
export interface BaseEntity {
|
||||
id: number | null
|
||||
id?: number | null | undefined
|
||||
}
|
||||
|
Reference in New Issue
Block a user