parent
34e27ab031
commit
58e29cd915
@ -0,0 +1,31 @@
|
||||
package com.ruoyi.system.domain.count;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* ClassName: PropertyManagerDTO
|
||||
* Package: com.ruoyi.system.domain.count
|
||||
* Description:
|
||||
*
|
||||
* @Author wangxy
|
||||
* @Create 2024/10/8 16:21
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
@ApiModel(value="密品报废统计", description="密品报废统计")
|
||||
public class ExamManagerDTO implements Serializable {
|
||||
|
||||
|
||||
|
||||
private Date minDayTime;
|
||||
|
||||
private Date maxDayTime;
|
||||
|
||||
private Integer passed;
|
||||
|
||||
|
||||
}
|
Loading…
Reference in new issue