Big Chunk of updates on way to making the sales portion working
This commit is contained in:
7
bookie/src/app/core/device.ts
Normal file
7
bookie/src/app/core/device.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import {Section} from "./section";
|
||||
|
||||
export class Device {
|
||||
id: string;
|
||||
name: string;
|
||||
section: Section;
|
||||
}
|
||||
Reference in New Issue
Block a user