<?php /** * model * @author auto create */ class UpdateStatusResult { /** * 暂停成功 **/ public $update_success; } ?>