package com.fr.plugin.decision; import com.fr.web.struct.Component; import com.fr.web.struct.category.ScriptPath; /** * created by ezreal 2020/1/9 */ public class HWComponent extends Component { public static HWComponent KEY = new HWComponent(); @Override public ScriptPath script() { return ScriptPath.build("/com/fr/plugin/hw/decision/js/hw.option.js"); } }