import EntityBase from "./EntityBase"; import MBusiness from "./MBusiness"; import MEmployee from "./MEmployee"; export default class MMachineConsumableTrackLog extends EntityBase { BindBusiness?: MBusiness; BindEmployee?: MEmployee; MemberCode?: string; ICCard?: string; IsEnabled?: boolean; Remark?: string; }