added Model Box and Item
added Box function for admin
This commit is contained in:
@@ -227,12 +227,11 @@ export type NotificationScalarFieldEnum = (typeof NotificationScalarFieldEnum)[k
|
||||
|
||||
export const BoxScalarFieldEnum = {
|
||||
id: 'id',
|
||||
houseId: 'houseId',
|
||||
icon: 'icon',
|
||||
color: 'color',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
tags: 'tags',
|
||||
color: 'color',
|
||||
houseId: 'houseId',
|
||||
createrId: 'createrId',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt',
|
||||
|
||||
Reference in New Issue
Block a user