1.国网工具类提交
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
package com.njcn.web.pojo.param;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author wr
|
||||
* @description
|
||||
* @date 2023/7/28 9:47
|
||||
*/
|
||||
@Data
|
||||
public class SendParam {
|
||||
|
||||
@ApiModelProperty(value = "省id")
|
||||
private String provinceId="13B9B47F1E483324E05338297A0A0595";
|
||||
|
||||
@ApiModelProperty(value = "密钥")
|
||||
private String secretKey="lW2xr6zKjbaqVDOSgQpcGrM6Rg0=";
|
||||
|
||||
@ApiModelProperty(value = "统计日期")
|
||||
private String statisticalDate;
|
||||
|
||||
@ApiModelProperty(value = "上报参数")
|
||||
private List stats;
|
||||
}
|
||||
Reference in New Issue
Block a user