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-third-java/src/main/java/com/glxp/mipsdl/req/base/UdiwmsAddManuRequest.java

39 lines
486 B
Java

package com.glxp.mipsdl.req.base;
import lombok.Data;
@Data
public class UdiwmsAddManuRequest {
/**
* ID
*/
private String unitId;
/**
*
*/
private String name;
/**
*
*/
private String addr;
/**
*
*/
private String creditNo;
/**
*
*/
private String contact;
/**
*
*/
private String mobile;
}