package com.hotent.file.service; public interface SysPropertyService { String getByAlias(String alias, String defaultValue); }