import EntityBase from "./EntityBase"; export default class MMachineType extends EntityBase { MachineTypeName?: string; SystemMachineCate?: string; }