装箱单信息查询分页
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.cnbm.packing.param;
|
||||
|
||||
import com.cnbm.packing.vo.BasePageParam;
|
||||
import io.swagger.annotations.ApiImplicitParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* @Desc: ""
|
||||
* @Author: yanyang
|
||||
* @DATE: 2023/3/27 16:00
|
||||
*/
|
||||
@Data
|
||||
public class PackingInfoQueryParam extends BasePageParam {
|
||||
private LocalDateTime startTime;
|
||||
private LocalDateTime endTime;
|
||||
private Integer model;
|
||||
private String packagingBoxId;
|
||||
private String woSubstrateId;
|
||||
}
|
||||
Reference in New Issue
Block a user