source:
Farmatiko/ClientApp/src/app/models/Medicine.ts@
4b342bb
Last change on this file since 4b342bb was a8ccc2c, checked in by , 4 years ago | |
---|---|
|
|
File size: 170 bytes |
Line | |
---|---|
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.