add dpis controller

This commit is contained in:
Suphonchai Phoonsawat 2024-10-07 14:53:27 +07:00
parent 497decefe4
commit 4852131651
74 changed files with 606 additions and 336 deletions

View file

@ -1,8 +1,8 @@
import { Entity, Column} from "typeorm";
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
@Entity("amphurImport")
export class AmphurImport extends EntityBase{
export class AmphurImport extends EntityBase {
@Column({
nullable: true,
length: 255,