Fix District/subDistrict
This commit is contained in:
parent
27fefee8d7
commit
20ccb3f26d
4 changed files with 57 additions and 17 deletions
|
|
@ -40,6 +40,9 @@ export class SubDistrict extends EntityBase {
|
|||
export class CreateSubDistrict {
|
||||
@Column()
|
||||
name: string;
|
||||
|
||||
@Column()
|
||||
districtId: string;
|
||||
}
|
||||
|
||||
export type UpdateSubDistrict = Partial<CreateSubDistrict>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue