forked from rongchao/epmet-cloud-rizhao
10 changed files with 114 additions and 23 deletions
@ -0,0 +1,13 @@ |
|||
package com.epmet.dto.result.demand; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
import java.util.List; |
|||
|
|||
@Data |
|||
public class DemandDataDTO implements Serializable { |
|||
private String firstCategoryCode; |
|||
private String firstCategoryName; |
|||
private List<IcResiUserReportDemandRes> demandList; |
|||
} |
Loading…
Reference in new issue