Commit 229ad923 by dliangx

add data type

parent 1069c68e
interface Land {
land_code: string;
land_name: string;
land_area: number;
user_id: number;
user_name: string;
enterprise_name: string;
}
interface User {
user_name : string,
phone_num : string,
password: string
}
\ No newline at end of file
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