REAPI/extend/sdk/taobao/top/domain/ChannelRatioRule.php
2024-09-29 15:43:18 +08:00

20 lines
240 B
PHP

<?php
/**
* channelRatioRules
* @author auto create
*/
class ChannelRatioRule
{
/**
* 奇门仓储字段,C1223,string(50),,
**/
public $channel_code;
/**
* 奇门仓储字段,C1223,string(50),,
**/
public $ratio;
}
?>