bridge 1 年間 前
コミット
223be39b02
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/main/java/cn/fastfun/service/entity/AlarmCode.java

+ 1 - 1
src/main/java/cn/fastfun/service/entity/AlarmCode.java

@@ -46,7 +46,7 @@ public class AlarmCode extends IdEntity {
 
     @Transient
     @JsonInclude(value = JsonInclude.Include.NON_NULL)
-    public String protocolCodeTitle() {
+    public String getProtocolCodeTitle() {
         return null != protocolCodeDict ? protocolCodeDict.getValue() : "";
     }