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