lyh
2025-04-02 0990dd4a4a52a6d26ff4d640980206fbff392dfb
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.jeecg.modules.mdc.vo;
 
import lombok.Data;
 
/**
 * @author Lius
 * @date 2025/1/20 14:41
 */
@Data
public class MdcOeeComputeVo {
    private String startDate;
    private String endDate;
}