Commit 4587d0fb authored by maoying's avatar maoying

修改规则配置及类序列

parent a6ccc740
...@@ -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 = -7088399431688039744L; private static final long serialVersionUID = 2994025183812872473L;
@Label("设备名称") @Label("设备名称")
private String equipmentName; private String equipmentName;
......
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment