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