修正ts类型
This commit is contained in:
@@ -17,7 +17,7 @@ export interface CarVO {
|
||||
/**
|
||||
* 持有人id(住户表id)
|
||||
*/
|
||||
residentId: string | number;
|
||||
residentId: string;
|
||||
|
||||
/**
|
||||
* 车牌号
|
||||
|
||||
Reference in New Issue
Block a user