feat(fulfillment,order): add created_by fields to fulfillment, return, claim, exchange (#8711)
what: - add created_by fields to fulfillment, return, claim, exchange
This commit is contained in:
@@ -76,6 +76,12 @@ export default class Fulfillment {
|
||||
})
|
||||
shipped_at: Date | null = null
|
||||
|
||||
@Property({ columnType: "text", nullable: true })
|
||||
marked_shipped_by: string | null = null
|
||||
|
||||
@Property({ columnType: "text", nullable: true })
|
||||
created_by: string | null = null
|
||||
|
||||
@Property({
|
||||
columnType: "timestamptz",
|
||||
nullable: true,
|
||||
|
||||
Reference in New Issue
Block a user