1 2 3 4 5 6 7 8 9
export interface Tag { id?: number contractItemId: number tagNo: string tagType: string description?: string | null createdAt?: Date | string updatedAt?: Date | string }