@tomei/finance
Version:
NestJS package for finance module
13 lines • 343 B
TypeScript
export interface ITagGroupAttr {
TagGroupId?: string;
TagGroupName: string;
CreatedById: string;
CreatedAt: Date;
UpdatedById: string;
UpdatedAt: Date;
AccSystemRefId: string;
PostedToAccSystemYN: string;
PostedById: string;
PostedDateTime: Date;
}
//# sourceMappingURL=tag-group-attr.interface.d.ts.map