diff --git a/src/api/mdm/CountryRegion/model/CountryRegionModel.ts b/src/api/mdm/CountryRegion/model/CountryRegionModel.ts index 52df1c6..657a9b4 100644 --- a/src/api/mdm/CountryRegion/model/CountryRegionModel.ts +++ b/src/api/mdm/CountryRegion/model/CountryRegionModel.ts @@ -40,7 +40,42 @@ export interface LngBRegionPageModel { 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分页返回值结构