import EntityBase from "./EntityBase"; export default class MMachinePort extends EntityBase { PortNO?: number; }