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/req/inv/AddDeviceRepairOrderRequest...

42 lines
562 B
Java

package com.glxp.api.req.inv;
import lombok.Data;
/**
*
*/
@Data
public class AddDeviceRepairOrderRequest {
/**
*
*/
private String deptCode;
/**
*
*/
private String invCode;
/**
*
*/
private String code;
/**
* 123
*/
private Integer status;
/**
*
*/
private String msg;
/**
*
*/
private String remark;
}