d664c82ddb77a6f0520cc7da8aa1a9de030e1d8d.svn-base 535 B

1234567891011121314151617181920
  1. /**
  2. * output package name
  3. */
  4. package com.kingdee.eas.custom.bd.param.app;
  5. import com.kingdee.bos.BOSException;
  6. import com.kingdee.bos.Context;
  7. import com.kingdee.eas.framework.batchHandler.RequestContext;
  8. import com.kingdee.eas.framework.batchHandler.ResponseContext;
  9. /**
  10. * output class name
  11. */
  12. public class ParamListUIHandler extends AbstractParamListUIHandler
  13. {
  14. protected void _handleInit(RequestContext request,ResponseContext response, Context context) throws Exception {
  15. super._handleInit(request,response,context);
  16. }
  17. }