shiyunteng
8 天以前 cc59b65bc63b839127c29775bcd410dd407de66d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.by4cloud.platformx.device.entity.vo;
 
import com.by4cloud.platformx.device.entity.DeviceDemandPlan;
import com.by4cloud.platformx.device.entity.DeviceDemandTotal;
import lombok.Data;
 
/**
 * @author kdq
 * @version 1.0.0
 * @ClassName DemandPlanVo.java
 * @Description TODO
 * @createTime 2025年03月13日 16:28:00
 */
@Data
public class DemandPlanVo {
    private DeviceDemandPlan plan;
    private DeviceDemandTotal total;
}