add schema for box and item
add mobile version for datatable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user