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