source:
Farmatiko/ClientApp/src/app/models/Medicine.ts@
fad8134
Last change on this file since fad8134 was ec6ac45, checked in by , 4 years ago | |
---|---|
|
|
File size: 184 bytes |
Rev | Line | |
---|---|---|
[ec6ac45] | 1 | export class Medicine { |
2 | Name: string; | |
3 | Strength: string; | |
4 | Form: string; | |
5 | WayOfIssuing: string; | |
6 | Manufacturer: string; | |
7 | Price: Float32Array; | |
8 | Packaging: string; | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.