update permission
This commit is contained in:
parent
b436b67167
commit
f814454003
15 changed files with 99587 additions and 83 deletions
|
|
@ -26,6 +26,18 @@ export class SubDistrict extends EntityBase {
|
|||
})
|
||||
districtId: string;
|
||||
|
||||
// @Column({
|
||||
// comment: "mark",
|
||||
// default: null,
|
||||
// })
|
||||
// importUpdate: number;
|
||||
|
||||
// @Column({
|
||||
// comment: "refId",
|
||||
// default: null,
|
||||
// })
|
||||
// refId: number;
|
||||
|
||||
@ManyToOne(() => District, (district) => district.subDistricts)
|
||||
@JoinColumn({ name: "districtId" })
|
||||
district: District;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue