1、界面配置转maat配置方法中增加文件摘要配置转换
2、邮件配置审核增加摘要配置转换 Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
@@ -419,7 +419,7 @@ public class MaatCfg implements Serializable {
|
||||
@SerializedName("tableName")
|
||||
private String cfgType;
|
||||
@Expose
|
||||
private Integer rawLen;
|
||||
private Long rawLen;
|
||||
@Expose
|
||||
private String digest;
|
||||
@Expose
|
||||
@@ -446,10 +446,10 @@ public class MaatCfg implements Serializable {
|
||||
public void setCfgType(String cfgType) {
|
||||
this.cfgType = cfgType;
|
||||
}
|
||||
public Integer getRawLen() {
|
||||
public Long getRawLen() {
|
||||
return rawLen;
|
||||
}
|
||||
public void setRawLen(Integer rawLen) {
|
||||
public void setRawLen(Long rawLen) {
|
||||
this.rawLen = rawLen;
|
||||
}
|
||||
public String getDigest() {
|
||||
|
||||
Reference in New Issue
Block a user