AjaxResultClass.php 161 B

1234567
  1. <?php
  2. defined('ONLY_ONLY_ONLY') or exit('Access Denied');
  3. class AjaxResult{
  4. public $ErrCode = "";
  5. public $ErrMsg = "";
  6. public $Result = "";
  7. }