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
4587d0fb
Commit
4587d0fb
authored
Sep 10, 2021
by
maoying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改规则配置及类序列
parent
a6ccc740
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
EquipmentInputItemRo.java
.../patrol/business/entity/mybatis/EquipmentInputItemRo.java
+1
-1
application.properties
...t-system-patrol/src/main/resources/application.properties
+5
-0
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/business/entity/mybatis/EquipmentInputItemRo.java
View file @
4587d0fb
...
@@ -8,7 +8,7 @@ import java.io.Serializable;
...
@@ -8,7 +8,7 @@ import java.io.Serializable;
@RuleFact
(
value
=
"消防设备"
,
project
=
"维保规范"
)
@RuleFact
(
value
=
"消防设备"
,
project
=
"维保规范"
)
public
class
EquipmentInputItemRo
implements
Serializable
{
public
class
EquipmentInputItemRo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
7088399431688039744
L
;
private
static
final
long
serialVersionUID
=
2994025183812872473
L
;
@Label
(
"设备名称"
)
@Label
(
"设备名称"
)
private
String
equipmentName
;
private
String
equipmentName
;
...
...
amos-boot-system-patrol/src/main/resources/application.properties
View file @
4587d0fb
...
@@ -48,3 +48,7 @@ amosRefresh.patrol.topic =patrolCheckInsert
...
@@ -48,3 +48,7 @@ amosRefresh.patrol.topic =patrolCheckInsert
management.endpoints.web.exposure.exclude
=
*
management.endpoints.web.exposure.exclude
=
*
## redis失效时间
## redis失效时间
redis.cache.failure.time
=
10800
redis.cache.failure.time
=
10800
rule.definition.load
=
false
rule.definition.model-package
=
com.yeejoin.amos.patrol.business.entity.mybatis
rule.definition.default-agency
=
STATE_GRID
\ 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