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