Lius
2024-04-18 1b1233fae35e9e28dbec5934858bf438ee519951
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.jeecg.modules.mdc.dto;
 
import lombok.Data;
import org.jeecg.modules.mdc.entity.MdcEquipmentStatisticalInfo;
 
/**
 * @author Lius
 * @date 2024/4/18 9:38
 */
@Data
public class MdcEquipmentStatisticalInfoDto extends MdcEquipmentStatisticalInfo {
    private String equipmentName;
}