เพิ่ม zipcode
This commit is contained in:
parent
20ccb3f26d
commit
34d988b8a4
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ export class CreateSubDistrict {
|
|||
|
||||
@Column()
|
||||
districtId: string;
|
||||
|
||||
@Column()
|
||||
zipCode: string;
|
||||
}
|
||||
|
||||
export type UpdateSubDistrict = Partial<CreateSubDistrict>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue