protcol data commands
This commit is contained in:
parent
475a13ce36
commit
b9b258a1f6
16 changed files with 335 additions and 10 deletions
|
@ -5,10 +5,10 @@ import { member } from "./member";
|
|||
@Entity()
|
||||
export class protocolPresence {
|
||||
@PrimaryColumn()
|
||||
memberId: string;
|
||||
memberId: number;
|
||||
|
||||
@PrimaryColumn()
|
||||
protocolId: string;
|
||||
protocolId: number;
|
||||
|
||||
@ManyToOne(() => member, {
|
||||
nullable: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue