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
22102dc7
Commit
22102dc7
authored
May 27, 2024
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.压力管道-增加技术参数
2.压力容器气瓶-增加技术参数
parent
338ad07e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
134 additions
and
48 deletions
+134
-48
JyjcConstant.java
.../yeejoin/amos/boot/module/jyjc/biz/util/JyjcConstant.java
+1
-1
EquipTechParamPipeline.java
...os/boot/module/ymt/api/entity/EquipTechParamPipeline.java
+76
-43
EquipTechParamVessel.java
...amos/boot/module/ymt/api/entity/EquipTechParamVessel.java
+0
-0
IdxBizJgTechParamsPipeline.java
...oot/module/ymt/api/entity/IdxBizJgTechParamsPipeline.java
+39
-4
IdxBizJgTechParamsVessel.java
.../boot/module/ymt/api/entity/IdxBizJgTechParamsVessel.java
+18
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/util/JyjcConstant.java
View file @
22102dc7
...
...
@@ -8,5 +8,5 @@ public class JyjcConstant {
/**
* 技术参数json类型字段
*/
public
static
final
String
TECH_PARAM_JSON_FIELDS
=
"safetyAccessoriesAndRelatedDevices,
gasCylinderAccessories
"
;
public
static
final
String
TECH_PARAM_JSON_FIELDS
=
"safetyAccessoriesAndRelatedDevices,
gasCylinderAccessories,pipeInfo
"
;
}
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/EquipTechParamPipeline.java
View file @
22102dc7
...
...
@@ -22,112 +22,145 @@ public class EquipTechParamPipeline extends AbstractEquipBaseEntity {
private
static
final
long
serialVersionUID
=
1L
;
/**
* * $column.comments
*
*
/
*/
@TableField
(
value
=
"\"INSTANCE_ID\""
)
@TableField
(
value
=
"\"INSTANCE_ID\""
)
private
String
instanceId
;
/**
* * $column.comments
*
*
/
*/
@TableField
(
value
=
"\"STATUS\""
)
@TableField
(
value
=
"\"STATUS\""
)
private
String
status
;
/**
* * 工程(装置)名称
*
*
/
*/
@TableField
(
value
=
"\"DEVICE_NAME\""
)
@TableField
(
value
=
"\"DEVICE_NAME\""
)
private
String
deviceName
;
/**
* * 管道类别
*
*
/
*/
@TableField
(
value
=
"\"PIPELINE_CLASS\""
)
@TableField
(
value
=
"\"PIPELINE_CLASS\""
)
private
String
pipelineClass
;
/**
* * 管道名称(登记单元)
*
*
/
*/
@TableField
(
value
=
"\"PIPE_NAME\""
)
@TableField
(
value
=
"\"PIPE_NAME\""
)
private
String
pipeName
;
/**
* * 管道编号
*
*
/
*/
@TableField
(
value
=
"\"PIPELINE_NUMBER\""
)
@TableField
(
value
=
"\"PIPELINE_NUMBER\""
)
private
String
pipelineNumber
;
/**
* * 设备级别
*
*
/
*/
@TableField
(
value
=
"\"DEVICE_LEVEL\""
)
@TableField
(
value
=
"\"DEVICE_LEVEL\""
)
private
String
deviceLevel
;
/**
* * 设计标准
*
*
/
*/
@TableField
(
value
=
"\"DESIGN_STANDARD\""
)
@TableField
(
value
=
"\"DESIGN_STANDARD\""
)
private
String
designStandard
;
/**
* * 管道图号
*
*
/
*/
@TableField
(
value
=
"\"PIPE_DRAW_NUMBER\""
)
@TableField
(
value
=
"\"PIPE_DRAW_NUMBER\""
)
private
String
pipeDrawNumber
;
/**
* * 公称直径
*
*
/
*/
@TableField
(
value
=
"\"NOMINAL_DIAMETER\""
)
@TableField
(
value
=
"\"NOMINAL_DIAMETER\""
)
private
BigDecimal
nominalDiameter
;
/**
* * 公称壁厚
*
*
/
*/
@TableField
(
value
=
"\"WALL_THICKNESS\""
)
@TableField
(
value
=
"\"WALL_THICKNESS\""
)
private
BigDecimal
wallThickness
;
/**
* * 管道长度
*
*
/
*/
@TableField
(
value
=
"\"PIPE_LENGTH\""
)
@TableField
(
value
=
"\"PIPE_LENGTH\""
)
private
BigDecimal
pipeLength
;
/**
* * 起始位置起点
*
*
/
*/
@TableField
(
value
=
"\"STARTE_POSITION\""
)
@TableField
(
value
=
"\"STARTE_POSITION\""
)
private
String
startePosition
;
/**
* *
压力
*
*
/
* * 设计
压力
*/
@TableField
(
value
=
"\"PRESSURE\""
)
private
BigDecimal
pressure
;
@TableField
(
value
=
"\"PRESSURE\""
)
private
String
pressure
;
/**
* *
温度
*
*
/
* * 设计
温度
*/
@TableField
(
value
=
"\"TEMPERATURE\""
)
private
BigDecimal
temperature
;
@TableField
(
value
=
"\"TEMPERATURE\""
)
private
String
temperature
;
/**
* *
介质
*
*
/
* * 设计
介质
*/
@TableField
(
value
=
"\"MEDIUM\""
)
@TableField
(
value
=
"\"MEDIUM\""
)
private
String
medium
;
/**
* *
备注
*
*
/
* * 设计
备注
*/
@TableField
(
value
=
"\"REMARKS\""
)
@TableField
(
value
=
"\"REMARKS\""
)
private
String
remarks
;
/**
* 终点位置
*/
@TableField
(
"\"END_POSITION\""
)
private
String
endPosition
;
/**
* 管道信息
*/
@TableField
(
value
=
"\"PIPE_INFO\""
)
private
String
pipeInfo
;
/**
* * 工作压力
*/
@TableField
(
value
=
"\"WORK_PRESSURE\""
)
private
String
workPressure
;
/**
* * 工作温度
*/
@TableField
(
value
=
"\"WORK_TEMPERATURE\""
)
private
String
workTemperature
;
/**
* * 工作介质
*/
@TableField
(
value
=
"\"WORK_MEDIUM\""
)
private
String
workMedium
;
/**
* * 工作备注
*/
@TableField
(
value
=
"\"WORK_REMARKS\""
)
private
String
workRemarks
;
}
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/EquipTechParamVessel.java
View file @
22102dc7
This diff is collapsed.
Click to expand it.
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/IdxBizJgTechParamsPipeline.java
View file @
22102dc7
...
...
@@ -2,12 +2,10 @@ package com.yeejoin.amos.boot.module.ymt.api.entity;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
com.yeejoin.amos.boot.biz.common.entity.TzsBaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
import
java.util.Date
;
/**
* 安全追溯-压力管道
...
...
@@ -22,8 +20,6 @@ import java.util.Date;
public
class
IdxBizJgTechParamsPipeline
extends
TzsBaseEntity
{
/**
*
*/
...
...
@@ -109,6 +105,12 @@ public class IdxBizJgTechParamsPipeline extends TzsBaseEntity {
private
String
startePosition
;
/**
* 终点位置
*/
@TableField
(
"\"END_POSITION\""
)
private
String
endPosition
;
/**
*
*/
@TableField
(
"\"PRESSURE\""
)
...
...
@@ -132,4 +134,37 @@ public class IdxBizJgTechParamsPipeline extends TzsBaseEntity {
@TableField
(
"\"REMARKS\""
)
private
String
remarks
;
/**
* 管道信息
*/
@TableField
(
value
=
"\"PIPE_INFO\""
)
private
String
pipeInfo
;
/**
* * 工作压力
*/
@TableField
(
value
=
"\"WORK_PRESSURE\""
)
private
String
workPressure
;
/**
* * 工作温度
*/
@TableField
(
value
=
"\"WORK_TEMPERATURE\""
)
private
String
workTemperature
;
/**
* * 工作介质
*/
@TableField
(
value
=
"\"WORK_MEDIUM\""
)
private
String
workMedium
;
/**
* * 工作备注
*/
@TableField
(
value
=
"\"WORK_REMARKS\""
)
private
String
workRemarks
;
}
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/IdxBizJgTechParamsVessel.java
View file @
22102dc7
...
...
@@ -528,4 +528,22 @@ public class IdxBizJgTechParamsVessel extends TzsBaseEntity {
@TableField
(
"\"PER_CAPITA_CABIN_CAPACITY\""
)
private
String
perCapitaCabinCapacity
;
/**
* 气瓶
*/
@TableField
(
value
=
"\"GAS_CYLINDER\""
)
private
String
gasCylinder
;
/**
* 气瓶安全附件
*/
@TableField
(
value
=
"\"GAS_CYLINDER_ACCESSORIES\""
)
private
String
gasCylinderAccessories
;
/**
* 车辆VIN码
*/
@TableField
(
value
=
"\"VIN\""
)
private
String
vin
;
}
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