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