25 lines
303 B
PHP
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;
|
|
}
|
|
?>
|