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
e6d41a58
Commit
e6d41a58
authored
Mar 20, 2023
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加类型转换
parent
507a43cb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
HouseholdPvDto.java
...eejoin/amos/boot/module/jxiop/api/dto/HouseholdPvDto.java
+7
-7
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-api/src/main/java/com/yeejoin/amos/boot/module/jxiop/api/dto/HouseholdPvDto.java
View file @
e6d41a58
...
...
@@ -3,6 +3,7 @@ package com.yeejoin.amos.boot.module.jxiop.api.dto;
import
java.util.Date
;
import
java.util.List
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
...
...
@@ -18,12 +19,11 @@ import lombok.EqualsAndHashCode;
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"HouseholdPvDto"
,
description
=
"户用光伏表"
)
@ApiModel
(
value
=
"HouseholdPvDto"
,
description
=
"户用光伏表"
)
public
class
HouseholdPvDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@ApiModelProperty
(
value
=
"户主姓名"
)
private
String
name
;
...
...
@@ -40,6 +40,7 @@ public class HouseholdPvDto extends BaseDto {
private
String
idNumber
;
@ApiModelProperty
(
value
=
"证件过期时间"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
expiryTime
;
@ApiModelProperty
(
value
=
"签发机关"
)
...
...
@@ -84,14 +85,13 @@ public class HouseholdPvDto extends BaseDto {
@ApiModelProperty
(
value
=
"创建时间"
)
private
Date
createTime
;
/**
合同信息
*/
/**
合同信息
*/
private
HouseholdPvContactDto
contactInfo
;
/**
租赁物信息
*/
/**
租赁物信息
*/
private
HouseholdPvLeaseDto
leaseInfo
;
/**
安装信息
*/
/**
安装信息
*/
private
HouseholdPvInstallDto
installInfo
;
/**
设备信息
*/
/**
设备信息
*/
private
List
<
HouseholdPvDeviceDto
>
devices
;
}
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