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

20 lines
240 B
PHP
Raw Normal View History

2024-09-29 15:43:18 +08:00
<?php
/**
* channelRatioRules
* @author auto create
*/
class ChannelRatioRule
{
/**
* 奇门仓储字段,C1223,string(50),,
**/
public $channel_code;
/**
* 奇门仓储字段,C1223,string(50),,
**/
public $ratio;
}
?>