You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udi-wms-java/src/main/java/com/glxp/api/res/dev/DeviceInspectSetResponse.java

54 lines
790 B
Java

package com.glxp.api.res.dev;
import lombok.Data;
/**
*
*/
@Data
public class DeviceInspectSetResponse {
private Integer id;
/**
*
*/
private String deviceName;
/**
*
*/
private String code;
/**
*
*/
private String deptName;
/**
*
*/
private String invName;
/**
*
*/
private String frequency;
/**
* 12345 6
*/
private Integer frequencyUnit;
/**
* 12
*/
private Integer status;
/**
*
*/
private String remark;
}