update
This commit is contained in:
@ -4,7 +4,7 @@ import { HrmsEmployee } from "./hrms_employee";
|
|||||||
import { HrmsPayroll } from "./hrms_payroll";
|
import { HrmsPayroll } from "./hrms_payroll";
|
||||||
|
|
||||||
@Entity("hrms_payroll_monthly", { schema: "hrms" })
|
@Entity("hrms_payroll_monthly", { schema: "hrms" })
|
||||||
@Index(["employee", "period_month", "period_year"], { unique: true })
|
// @Index(["employee", "period_month", "period_year"], { unique: true })
|
||||||
export class HrmsPayrollMonthly {
|
export class HrmsPayrollMonthly {
|
||||||
@PrimaryGeneratedColumn("uuid")
|
@PrimaryGeneratedColumn("uuid")
|
||||||
id: string;
|
id: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user