75 lines
1018 B
PHP
75 lines
1018 B
PHP
<?php
|
|
|
|
/**
|
|
* null
|
|
* @author auto create
|
|
*/
|
|
class Package
|
|
{
|
|
|
|
/**
|
|
* 奇门仓储字段,说明,string(50),,
|
|
**/
|
|
public $express_code;
|
|
|
|
/**
|
|
* 奇门仓储字段,说明,string(50),,
|
|
**/
|
|
public $height;
|
|
|
|
/**
|
|
* 奇门仓储字段,说明,string(50),,
|
|
**/
|
|
public $invoice_no;
|
|
|
|
/**
|
|
* null
|
|
**/
|
|
public $items;
|
|
|
|
/**
|
|
* 奇门仓储字段,说明,string(50),,
|
|
**/
|
|
public $length;
|
|
|
|
/**
|
|
* 奇门仓储字段,说明,string(50),,
|
|
**/
|
|
public $logistics_code;
|
|
|
|
/**
|
|
* 奇门仓储字段,说明,string(50),,
|
|
**/
|
|
public $logistics_name;
|
|
|
|
/**
|
|
* 奇门仓储字段,说明,string(50),,
|
|
**/
|
|
public $package_code;
|
|
|
|
/**
|
|
* null
|
|
**/
|
|
public $package_material_list;
|
|
|
|
/**
|
|
* 奇门仓储字段,说明,string(50),,
|
|
**/
|
|
public $theoretical_weight;
|
|
|
|
/**
|
|
* 奇门仓储字段,说明,string(50),,
|
|
**/
|
|
public $volume;
|
|
|
|
/**
|
|
* 奇门仓储字段,说明,string(50),,
|
|
**/
|
|
public $weight;
|
|
|
|
/**
|
|
* 奇门仓储字段,说明,string(50),,
|
|
**/
|
|
public $width;
|
|
}
|
|
?>
|