Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
cfld-region-outline
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
cfld-backend
cfld-region-outline
Commits
f443529e
Commit
f443529e
authored
Nov 09, 2023
by
yaobaizheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug统一修改
parent
8b228198
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
+55
-0
DevelopmentInfo.java
...com/lyy/admin/domain/developmentinfo/DevelopmentInfo.java
+55
-0
No files found.
src/main/java/com/lyy/admin/domain/developmentinfo/DevelopmentInfo.java
View file @
f443529e
...
...
@@ -393,12 +393,66 @@ public class DevelopmentInfo implements Serializable {
*/
private
String
countryLevel
;
//图片链接
private
String
imgUrl
;
//类型
private
String
type
;
//所属都市圈id
private
Integer
megalopolisId
;
//招商对接人
private
String
contactPerson
;
//联系电话
private
String
contactPhone
;
//总投资额(亿元)
private
BigDecimal
investmentAmountTotal
;
//投资周期(月)
private
Integer
buildingPeriod
;
//工业用电(元/度)
private
String
industrialElectricity
;
//供电类型
private
String
powerSupplyType
;
//变电站级别
private
String
substationLevel
;
//人力成本(元/月)
private
BigDecimal
laborCost
;
//土地成本(万元/亩)
private
BigDecimal
landCost
;
//工业用水单价(元/吨)
private
String
industrialWaterPrice
;
//是否有供暖(0-无;1-有)
private
Integer
isHeating
;
//是否有蒸汽(0-无;1-有)
private
Integer
isSteam
;
//是否有天然气(0-无;1-有)
private
Integer
isNaturalGas
;
//是否有其他要求(0-无;1-有)
private
Integer
isOtherRequirements
;
//供暖单价(元/m³)
private
String
heatingPrice
;
//蒸汽价格(元/m³)
private
String
steamPrice
;
//天然气单价(元/m³)
private
String
naturalGasPrice
;
@TableField
(
exist
=
false
)
private
static
final
long
serialVersionUID
=
1L
;
}
\ No newline at end of file
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