10de8c73aac751bda9d31ffc666fba76031aac9d.svn-base 274 B

1234567891011121314
  1. package xin.glue.ui.H.H05;
  2. import com.posdata.glue.biz.activity.PosActivity;
  3. import com.posdata.glue.context.PosContext;
  4. public class ERROR extends PosActivity
  5. {
  6. public String runActivity(PosContext arg0)
  7. {
  8. // TODO Auto-generated method stub
  9. return "SUCCESS";
  10. }
  11. }