Initial commit
This commit is contained in:
11
src/views/passport/register/step/model/index.ts
Normal file
11
src/views/passport/register/step/model/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface StepForm {
|
||||
type?: number;
|
||||
apply?: string;
|
||||
username?: string;
|
||||
password?: string;
|
||||
password2?: string;
|
||||
phone?: string;
|
||||
code?: string;
|
||||
nickname?: string;
|
||||
companyName?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user