update
This commit is contained in:
@ -40,7 +40,42 @@ export interface LngBRegionPageModel {
|
|||||||
note: string;
|
note: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
0;
|
/**
|
||||||
|
* @description: LngBRegion表类型
|
||||||
|
*/
|
||||||
|
export interface LngBRegionModel {
|
||||||
|
id: number;
|
||||||
|
|
||||||
|
code: string;
|
||||||
|
|
||||||
|
fullName: string;
|
||||||
|
|
||||||
|
regionTypeCode: string;
|
||||||
|
|
||||||
|
pid: number;
|
||||||
|
|
||||||
|
fullPath: string;
|
||||||
|
|
||||||
|
valid: string;
|
||||||
|
|
||||||
|
note: string;
|
||||||
|
|
||||||
|
createUserId: number;
|
||||||
|
|
||||||
|
createDate: string;
|
||||||
|
|
||||||
|
modifyUserId: number;
|
||||||
|
|
||||||
|
modifyDate: string;
|
||||||
|
|
||||||
|
deleteMark: number;
|
||||||
|
|
||||||
|
tenantId: number;
|
||||||
|
|
||||||
|
deptId: number;
|
||||||
|
|
||||||
|
ruleUserId: number;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description: LngBRegion分页返回值结构
|
* @description: LngBRegion分页返回值结构
|
||||||
|
|||||||
Reference in New Issue
Block a user