Merge branch 'main' of https://git.shiblysolution.id/SAUDE-TL/entity
This commit is contained in:
@ -13,9 +13,9 @@ import {
|
||||
import { User } from "./users";
|
||||
import { ItemMaster } from "./pharmacy/item_master";
|
||||
|
||||
@Entity("doctor_favorite_item")
|
||||
@Entity("doctor_item")
|
||||
@Index(["doctor", "item_master"], { unique: true })
|
||||
export class DoctorFavoriteItem {
|
||||
export class DoctorItem {
|
||||
@PrimaryGeneratedColumn("uuid")
|
||||
id!: string;
|
||||
|
||||
@ -20,7 +20,7 @@ export * from "../entity/service_fare"
|
||||
export * from "../entity/service_package"
|
||||
export * from "../entity/department"
|
||||
export * from "../entity/doctor_schedule"
|
||||
export * from "../entity/doctor_favorite_item"
|
||||
export * from "../entity/doctor_item"
|
||||
export * from "../entity/doctor_item_package"
|
||||
export * from "../entity/measurement_unit"
|
||||
export * from "../entity/reference_range"
|
||||
|
||||
Reference in New Issue
Block a user