Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
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
王衍超
cloud-fb
Commits
32204611
Commit
32204611
authored
Apr 22, 2021
by
王衍超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码;
parent
96d28b03
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
1 deletions
+38
-1
BaseBusinessWarn.java
...c/main/java/com/xyst/dinas/biz/warn/BaseBusinessWarn.java
+1
-0
WarnExeRecord.java
.../src/main/java/com/xyst/dinas/biz/warn/WarnExeRecord.java
+8
-1
WarningExe.mk
...src/main/model/com/xyst/dinas/biz/datamodel/WarningExe.mk
+3
-0
WarningExe.jmx
...ain/resources/com/xyst/dinas/biz/datamodel/WarningExe.jmx
+23
-0
WarningExe.hbm.xml
...st.dinas.biz/src/main/resources/config/WarningExe.hbm.xml
+3
-0
No files found.
backend/xyst.dinas.biz/src/main/java/com/xyst/dinas/biz/warn/BaseBusinessWarn.java
View file @
32204611
...
...
@@ -159,6 +159,7 @@ public class BaseBusinessWarn {
warnExeRecord
.
setMin
(
warnSetting
.
getMin
());
warnExeRecord
.
setMax
(
warnSetting
.
getMax
());
warnExeRecord
.
setWarnSettingId
(
warnSetting
.
getSettingId
());
warnExeRecord
.
setBillType
(
warnSetting
.
getBillType
());
warnExeRecord
.
setBillId
(
warnSetting
.
getBillId
());
warnExeRecord
.
setMemo
(
warnSetting
.
getMemo
());
return
warnExeRecord
;
...
...
backend/xyst.dinas.biz/src/main/java/com/xyst/dinas/biz/warn/WarnExeRecord.java
View file @
32204611
...
...
@@ -19,8 +19,9 @@ public class WarnExeRecord {
private
UUID
warnSettingId
;
private
Integer
warnState
;
private
UUID
billId
;
private
String
billType
;
private
UUID
billId
;
private
String
target
;
private
String
max
;
private
String
min
;
...
...
@@ -30,6 +31,12 @@ public class WarnExeRecord {
public
String
getBillType
()
{
return
billType
;
}
public
void
setBillType
(
String
billType
)
{
this
.
billType
=
billType
;
}
public
String
getActualValue
()
{
return
actualValue
;
}
...
...
backend/xyst.dinas.biz/src/main/model/com/xyst/dinas/biz/datamodel/WarningExe.mk
View file @
32204611
...
...
@@ -34,6 +34,9 @@
<annotation id='ea154cb8-f939-4e9f-9793-9673d984161f' attributeId='ffc0a199-4038-4ebf-a94f-a0f12bfc76dd' name='length' value='100'></annotation>
</attribute>
<attribute id='cbb5b983-299b-4259-97d9-6470651bb18b' name='billType' columnName='bill_type' title='业务类型' type='string' default='' precision='' isArray='false'>
<annotation id='ea154cb8-f939-4e9f-9793-9673d984161f' attributeId='ffc0a199-4038-4ebf-a94f-a0f12bfc76dd' name='length' value='100'></annotation>
</attribute>
<attribute id='c4154a1b-f727-48cf-9ef0-ad1bee512504' name='billId' columnName='bill_id' title='业务ID' type='uuid' default='' precision='' isArray='false'>
<annotation id='00caecc1-35aa-4342-90c8-250f84609fe4' attributeId='55efd3f5-036a-4ac4-83c9-14e22cf5465a' name='length' value='undefined'></annotation>
</attribute>
...
...
backend/xyst.dinas.biz/src/main/resources/com/xyst/dinas/biz/datamodel/WarningExe.jmx
View file @
32204611
...
...
@@ -165,6 +165,29 @@
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
100
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
bill_type
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
cbb5b983-299b-4259-97d9-6470651bb18b
</m:id>
<m:name>
billType
</m:name>
<m:title>
业务类型
</m:title>
<m:type>
string
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
...
...
backend/xyst.dinas.biz/src/main/resources/config/WarningExe.hbm.xml
View file @
32204611
...
...
@@ -35,6 +35,9 @@
<column
name=
"memo"
length=
"1000"
></column>
</property>
<property
name=
"billType"
type=
"nstring"
not-null=
"false"
>
<column
name=
"bill_type"
length=
"100"
></column>
</property>
<property
name=
"billId"
type=
"uuid-binary"
not-null=
"false"
>
<column
name=
"bill_id"
length=
"16"
></column>
</property>
...
...
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