source:
Farmatiko/ClientApp/src/app/models/Medicine.ts@
4e72684
Last change on this file since 4e72684 was de18858, checked in by , 4 years ago | |
---|---|
|
|
File size: 164 bytes |
Line | |
---|---|
1 | export class Medicine { |
2 | name: string; |
3 | strength: string; |
4 | form: string; |
5 | wayOfIssuing: string; |
6 | manufacturer: string; |
7 | price: number; |
8 | packaging: string; |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.