Commit e34db76c authored by qinhaitao's avatar qinhaitao

update: resultModel

parent 7e0844e7
......@@ -38,7 +38,7 @@ interface Result {
success: boolean
code: string
message?: string
data?: object[] | object | number[] | string[] | boolean
data?: object[] | object | number[] | string[] | boolean | string
}
interface IBaseDao {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment