mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
export class OrganicEntity {
|
|
Code: number;
|
|
Description: string;
|
|
}
|