add schema for box and item

add mobile version for datatable
This commit is contained in:
2026-02-25 22:57:03 +07:00
parent 1e6f4683ea
commit 4f2f5b5694
26 changed files with 5092 additions and 168 deletions

View File

@@ -67,3 +67,13 @@ export type Audit = Prisma.AuditModel
*
*/
export type Notification = Prisma.NotificationModel
/**
* Model Box
*
*/
export type Box = Prisma.BoxModel
/**
* Model Item
*
*/
export type Item = Prisma.ItemModel