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