import EntityBase from "./EntityBase"; import MBusiness from "./MBusiness"; import MMember from "./MMember"; import MMachinePort from "./MMachinePort"; import MDuty from "./MDuty"; import MMemberAccount from "./MMemberAccount"; export default class MMachineReturnValueLog extends EntityBase { BindBusiness?: MBusiness; BindMember?: MMember; BindMachinePort?: MMachinePort; BindDuty?: MDuty; IsRealValue?: boolean; Value?: number; CreateTime?: Date; BindMemberAccount?: MMemberAccount; OrderNO?: string; }