1:按照ysp数据库文档修改各个业务类型对应的表名
2:修改maatConfig中域和分组map为list<map> 3:删除maat.xml中关于redisDBIndex的配置
This commit is contained in:
@@ -8,7 +8,7 @@ public class MaatXmlSeq implements Serializable {
|
||||
|
||||
private String sequenceKey;
|
||||
private Integer operation;
|
||||
private Integer redisDB;
|
||||
// private Integer redisDB;
|
||||
|
||||
public String getSequenceKey() {
|
||||
return sequenceKey;
|
||||
@@ -26,12 +26,4 @@ public class MaatXmlSeq implements Serializable {
|
||||
this.operation = operation;
|
||||
}
|
||||
|
||||
public Integer getRedisDB() {
|
||||
return redisDB;
|
||||
}
|
||||
|
||||
public void setRedisDB(Integer redisDB) {
|
||||
this.redisDB = redisDB;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user