REAPI/extend/sdk/taobao/top/domain/SortInfo.php

20 lines
178 B
PHP
Raw Normal View History

2024-09-29 15:43:18 +08:00
<?php
/**
* sortInfo
* @author auto create
*/
class SortInfo
{
/**
* daySortVal
**/
public $day_sort_val;
/**
* hourSortVal
**/
public $hour_sort_val;
}
?>