Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
30182013
Commit
30182013
authored
Sep 20, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用字段
parent
adf96853
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
30 deletions
+7
-30
JpCollectorHistoryAllDto.java
...os/boot/module/hygf/api/dto/JpCollectorHistoryAllDto.java
+1
-2
JpCollectorHistoryMonthDto.java
.../boot/module/hygf/api/dto/JpCollectorHistoryMonthDto.java
+1
-2
JpCollectorHistoryYearDto.java
...s/boot/module/hygf/api/dto/JpCollectorHistoryYearDto.java
+1
-2
JpInvertorElecHistoryAllDto.java
...boot/module/hygf/api/dto/JpInvertorElecHistoryAllDto.java
+1
-2
JpInvertorElecHistoryMonthDto.java
...ot/module/hygf/api/dto/JpInvertorElecHistoryMonthDto.java
+2
-20
JpInvertorElecHistoryYearDto.java
...oot/module/hygf/api/dto/JpInvertorElecHistoryYearDto.java
+1
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/JpCollectorHistoryAllDto.java
View file @
30182013
...
...
@@ -14,9 +14,8 @@ import java.util.Date;
* @date 2023-09-20
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"JpCollectorHistoryAllDto"
,
description
=
"户用光伏监盘采集器历史表"
)
public
class
JpCollectorHistoryAllDto
extends
BaseDto
{
public
class
JpCollectorHistoryAllDto
{
private
static
final
long
serialVersionUID
=
1L
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/JpCollectorHistoryMonthDto.java
View file @
30182013
...
...
@@ -14,9 +14,8 @@ import java.util.Date;
* @date 2023-09-20
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"JpCollectorHistoryMonthDto"
,
description
=
"户用光伏监盘采集器历史表"
)
public
class
JpCollectorHistoryMonthDto
extends
BaseDto
{
public
class
JpCollectorHistoryMonthDto
{
private
static
final
long
serialVersionUID
=
1L
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/JpCollectorHistoryYearDto.java
View file @
30182013
...
...
@@ -14,9 +14,8 @@ import java.util.Date;
* @date 2023-09-20
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"JpCollectorHistoryYearDto"
,
description
=
"户用光伏监盘采集器历史表"
)
public
class
JpCollectorHistoryYearDto
extends
BaseDto
{
public
class
JpCollectorHistoryYearDto
{
private
static
final
long
serialVersionUID
=
1L
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/JpInvertorElecHistoryAllDto.java
View file @
30182013
...
...
@@ -15,9 +15,8 @@ import java.util.Date;
* @date 2023-09-20
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"JpInvertorElecHistoryAllDto"
,
description
=
"户用光伏监盘逆变器电能历史表"
)
public
class
JpInvertorElecHistoryAllDto
extends
BaseDto
{
public
class
JpInvertorElecHistoryAllDto
{
private
static
final
long
serialVersionUID
=
1L
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/JpInvertorElecHistoryMonthDto.java
View file @
30182013
package
com
.
yeejoin
.
amos
.
boot
.
module
.
hygf
.
api
.
dto
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
java.util.Date
;
/**
* 户用光伏监盘逆变器电能历史表
...
...
@@ -15,9 +12,8 @@ import java.util.Date;
* @date 2023-09-20
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"JpInvertorElecHistoryMonthDto"
,
description
=
"户用光伏监盘逆变器电能历史表"
)
public
class
JpInvertorElecHistoryMonthDto
extends
BaseDto
{
public
class
JpInvertorElecHistoryMonthDto
{
private
static
final
long
serialVersionUID
=
1L
;
...
...
@@ -44,20 +40,6 @@ public class JpInvertorElecHistoryMonthDto extends BaseDto {
private
Double
vAcCurrent
;
@ApiModelProperty
(
value
=
"W交流电流"
)
private
Double
uAcVoltage
;
@ApiModelProperty
(
value
=
"V交流电压"
)
private
Double
vAcVoltage
;
@ApiModelProperty
(
value
=
"W交流电压"
)
private
Double
wAcVoltage
;
@ApiModelProperty
(
value
=
"U交流电流"
)
private
Double
uAcCurrent
;
@ApiModelProperty
(
value
=
"V交流电流"
)
private
Double
vAcCurrent
;
@ApiModelProperty
(
value
=
"W交流电流"
)
private
Double
wAcCurrent
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/JpInvertorElecHistoryYearDto.java
View file @
30182013
...
...
@@ -15,9 +15,8 @@ import java.util.Date;
* @date 2023-09-20
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"JpInvertorElecHistoryYearDto"
,
description
=
"户用光伏监盘逆变器电能历史表"
)
public
class
JpInvertorElecHistoryYearDto
extends
BaseDto
{
public
class
JpInvertorElecHistoryYearDto
{
private
static
final
long
serialVersionUID
=
1L
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment