| 1234567891011121314 |
- package UIB.UIB03.ZBS;
- import java.util.HashMap;
- /**
- *
- * @desc Öʱ£Êé¹¹ÔìÆ÷
- * @author meiguiping
- * @date 2010 9:33:07 PM
- */
- public interface IQltyGuaranteeBuilder
- {
- public abstract void buildQltyGuarantee(String tmplNO , HashMap mapHead ,DataRowList[] drlChem , DataRowList[] drlQlty) throws Exception;
- }
|