251223:1649 On going update to 1.7.0: Refoctory drawing Module & document number Module
This commit is contained in:
@@ -23,6 +23,12 @@ export class ShopDrawingRevision {
|
||||
@Column({ name: 'revision_number' })
|
||||
revisionNumber!: number; // เติม !
|
||||
|
||||
@Column({ name: 'title', length: 255 })
|
||||
title!: string; // เติม !
|
||||
|
||||
@Column({ name: 'legacy_drawing_number', length: 100, nullable: true })
|
||||
legacyDrawingNumber?: string;
|
||||
|
||||
@Column({ name: 'revision_label', length: 10, nullable: true })
|
||||
revisionLabel?: string; // nullable ใช้ ?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user