package com.qianwen.smartman.modules.system.vo; public interface ChartSelect { String getLabel(); String getValue(); }