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
b45e10ea
Commit
b45e10ea
authored
Feb 27, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加统计类
parent
674a26db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
EquipmentcountDto.java
...n/java/com/yeejoin/equipmanage/dto/EquipmentcountDto.java
+43
-0
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/dto/EquipmentcountDto.java
0 → 100644
View file @
b45e10ea
package
com
.
yeejoin
.
equipmanage
.
dto
;
import
com.alibaba.excel.annotation.ExcelIgnore
;
import
com.alibaba.excel.annotation.ExcelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
/**
* @description:
* @author: tw
* @createDate: 2023/2/23
*/
@Data
public
class
EquipmentcountDto
{
@ExcelIgnore
private
String
id
;
//单位名称
@ExcelProperty
(
value
=
"单位名称"
,
index
=
0
)
private
String
bizOrgName
;
//装备定义名称
@ExcelProperty
(
value
=
"装备名称"
,
index
=
1
)
private
String
equipmentName
;
//装备定义名称
@ExcelIgnore
private
String
equipmentId
;
//单位code
@ExcelIgnore
private
String
bizOrgCode
;
//在位
@ExcelProperty
(
value
=
"在位"
,
index
=
2
)
private
String
zw
;
//报废
@ExcelProperty
(
value
=
"报废"
,
index
=
3
)
private
String
bf
;
//车载
@ExcelProperty
(
value
=
"车载"
,
index
=
4
)
private
String
cz
;
//配装
@ExcelProperty
(
value
=
"配装"
,
index
=
5
)
private
String
pz
;
}
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