GroupStatisticalSummaryRequest.php 147 B

123456789101112131415
  1. <?php
  2. /**
  3. * 请求对象
  4. * @author auto create
  5. */
  6. class GroupStatisticalSummaryRequest
  7. {
  8. /**
  9. * 日期标识
  10. **/
  11. public $data_id;
  12. }
  13. ?>