新增功率档位 统计报表
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.cnbm.packing.param;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* @Desc: ""
|
||||
* @Author: caixiang
|
||||
* @DATE: 2023/2/15 19:05
|
||||
*/
|
||||
@Data
|
||||
public class PowerReportQueryParam {
|
||||
private LocalDateTime begin;
|
||||
private LocalDateTime end;
|
||||
private String orderName;
|
||||
|
||||
private Integer model;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user