admin
2021-09-13 8ce7c720e4e7a604b0ff770349b5556f39d37759
fanli/src/main/java/com/yeshi/fanli/entity/system/SystemConfig.java
@@ -42,6 +42,13 @@
      this.id = id;
   }
   public SystemConfig(String key, String value, String name, SystemEnum system) {
      this.key = key;
      this.value = value;
      this.name = name;
      this.system = system;
   }
   public Long getId() {
      return id;
   }