1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
package com.epmet.dto.extract.form; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* desc:抽取指标数据 参数dto |
||||
|
*/ |
||||
|
@Data |
||||
|
public class ExtractIndexFormDTO implements Serializable { |
||||
|
|
||||
|
|
||||
|
private static final long serialVersionUID = 1248641210655148366L; |
||||
|
|
||||
|
private String customerId; |
||||
|
|
||||
|
private String monthId; |
||||
|
|
||||
|
} |
Loading…
Reference in new issue