package com.sinosoft.cm.chart.util; public interface StringMake { Integer getInt(String str) throws Exception; }