dfd6e04d7023b3964402be96bdd91c49ccc4ffc3.svn-base 115 B

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