add printFormCreatedAt

This commit is contained in:
2026-02-03 08:48:55 +03:30
parent bfb2b3e7ec
commit c43ee29afe
3 changed files with 12 additions and 17 deletions
@@ -40,9 +40,9 @@ export interface CreateOrderItem {
attachments?: IAttachment[]
unitPrice?: number
discount?: number
printFormCreatedAt?: Date
printAttributes?: IField[]
printAttachments?: IAttachment[]
designerId?: string
}