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

25 lines
303 B
PHP

<?php
/**
* inventoryRules
* @author auto create
*/
class InventoryRule
{
/**
* 奇门仓储字段,C1223,string(50),,
**/
public $action_type;
/**
* channelRatioRules
**/
public $channel_ratio_rules;
/**
* 奇门仓储字段,C1223,string(50),,
**/
public $item_code;
}
?>