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-spms-java/src/main/java/com/glxp/api/res/thrsys/UdiwmsWarehouseResponse.java

18 lines
247 B
Java

2 years ago
package com.glxp.api.res.thrsys;
import lombok.Data;
import java.util.List;
/**
*
*/
@Data
public class UdiwmsWarehouseResponse extends UdiwmsWarehouseDetail{
private List<UdiwmsWarehouseDetail> details;
}