@tomei/finance
Version:
NestJS package for finance module
11 lines • 319 B
TypeScript
export interface IFinanceCustomerAttr {
CustomerId: string;
CompanyId: string;
CustSystemCode: string;
CustSystemRefId: string;
AccSystemRefId: string;
PostedToAccSystemYN: string;
PostedById: string;
PostedDateTime?: Date;
}
//# sourceMappingURL=finance-customer-attr.interface.d.ts.map