添加网关列表页面 & 添加单价不能低于最低价格校验
This commit is contained in:
11
src/models/gateway.ts
Normal file
11
src/models/gateway.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export type Gateway = {
|
||||
id: number
|
||||
version: string
|
||||
mac: string
|
||||
ip: string
|
||||
host: string
|
||||
type: number
|
||||
status: number
|
||||
meta: string
|
||||
created_at: Date
|
||||
}
|
||||
Reference in New Issue
Block a user