ÎļþÃû´Ó igds-core/src/main/java/com/ld/igds/inout/dto/InoutApiData.java ÐÞ¸Ä |
| | |
| | | * åºå
¥åºæµç¨è¿ç¨ä¸ï¼è½¦ç失败ï¼è¯»å¡å¨ç设å¤çå
Œ
±åæ°åä¼ é对象 |
| | | */ |
| | | @Data |
| | | public class InoutApiData implements Serializable { |
| | | public class ApiInoutData implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | |
| | | @PropertyDef(label = "主é®") |
| | | private String id; |
| | | |
| | | @PropertyDef(label = "ç»ç»ç¼ç ") |
| | | private String companyId; |
| | | |
| | | @PropertyDef(label = "æå±åºç¹") |
| | | private String deptId; |
| | | |
| | | @PropertyDef(label = "åºå
¥åºé
å¥åºå·") |
| | | private String sort = "1"; |
| | | |
| | | @PropertyDef(label = "设å¤é¡ºåº") |
| | | private int inOrder = 1; |
| | | |
| | | @PropertyDef(label = "æå±æµç¨") |
| | | private String inoutProgress; |
| | | |
| | | @PropertyDef(label = "设å¤åç§°") |
| | | private String name; |
| | |
| | | @PropertyDef(label = "设å¤åºåå·/设å¤ç¼ç ") |
| | | private String sn; |
| | | |
| | | @PropertyDef(label = "åæºIP") |
| | | private String ip; |
| | | |
| | | @PropertyDef(label = "åæºç«¯å£") |
| | | private Integer port; |
| | | |
| | | @PropertyDef(label = "å¸å·") |
| | |
| | | |
| | | @PropertyDef(label = "æ§å¶ç«¯å£") |
| | | private Integer portCtrl; |
| | | |
| | | @PropertyDef(label = "WEB端å£") |
| | | private Integer portWeb; |
| | | |
| | | @PropertyDef(label = "设å¤ç±»å") |
| | | private String type; |
| | |
| | | |
| | | private Date time = new Date(); |
| | | |
| | | //设å¤ç¼ç |
| | | // private String deviceId; |
| | | |
| | | //ä¿¡æ¯ |
| | | private String msg; |
| | | |
| | |
| | | //ç§°éä¿¡æ¯ |
| | | private double weight = 0.0; |
| | | |
| | | //å¨ä½ç¼ç ï¼ä¾å¦å¼é¸æº-å
³é¸æºç |
| | | private String actionCode; |
| | | |
| | | public InoutApiData() { |
| | | //å¨ä½ç¼ç ï¼è®¾å¤ç¼å· |
| | | private String deviceId; |
| | | |
| | | |
| | | public ApiInoutData() { |
| | | super(); |
| | | } |
| | | |
| | | public InoutApiData(InoutConf conf) { |
| | | public ApiInoutData(InoutConf conf) { |
| | | this.id = conf.getId(); |
| | | this.companyId = conf.getCompanyId(); |
| | | this.deptId = conf.getDeptId(); |
| | | this.sort = conf.getSort(); |
| | | this.inOrder = conf.getInOrder(); |
| | | this.inoutProgress = conf.getInoutProgress(); |
| | | this.name = conf.getName(); |
| | | this.sn = conf.getSn(); |
| | | this.ip = conf.getIp(); |
| | |
| | | this.pwd = conf.getPwd(); |
| | | this.chanNum = conf.getChanNum(); |
| | | this.portCtrl = conf.getPortCtrl(); |
| | | this.portWeb = conf.getPortWeb(); |
| | | this.type = conf.getType(); |
| | | this.status = conf.getStatus(); |
| | | this.protocol = conf.getProtocol(); |