old mode 100644
new mode 100755
| | |
| | | public class MachineDto extends PageDto implements Serializable { |
| | | |
| | | public static final String MACHINE_TYPE_CAR = "9996"; |
| | | public static final String MACHINE_TYPE_ACCESS_CONTROL = "9999"; |
| | | public static final String MACHINE_STATE_ON = "1200"; |
| | | public static final String MACHINE_STATE_OFF = "1300"; |
| | | |
| | |
| | | private String createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | private String heartbeatTime; |
| | | |
| | | |
| | | public String getMachineMac() { |
| | |
| | | public void setMachineAttrs(List<MachineAttrDto> machineAttrs) { |
| | | this.machineAttrs = machineAttrs; |
| | | } |
| | | |
| | | public String getHeartbeatTime() { |
| | | return heartbeatTime; |
| | | } |
| | | |
| | | public void setHeartbeatTime(String heartbeatTime) { |
| | | this.heartbeatTime = heartbeatTime; |
| | | } |
| | | } |