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.
17 lines
377 B
Java
17 lines
377 B
Java
package com.glxp.api.req.trace;
|
|
|
|
import com.glxp.api.util.page.ListPageRequest;
|
|
import lombok.Data;
|
|
|
|
@Data
|
|
public class TraceOrderDetailRequest extends ListPageRequest {
|
|
|
|
private String udiCode;
|
|
private String ylqxzcrbarmc;
|
|
private String cpmctymc;
|
|
private String ggxh;
|
|
private String nameCode;
|
|
private String batchNo;
|
|
private String companyName;
|
|
}
|