gohttpdUi/mock/user/types.ts

7 lines
96 B
TypeScript
Raw Normal View History

2021-01-15 17:27:24 +08:00
export interface User {
userName: String
password: String
role: String
roleId: String
}