added Model Box and Item

added Box function for admin
This commit is contained in:
2026-03-09 10:04:38 +07:00
parent 4f2f5b5694
commit c2981ed7d8
35 changed files with 1284 additions and 241 deletions

View File

@@ -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',