✏️ 正在编辑: customerValue.php
路径:
/home/bpioifn/www/pigmentse/modules/chronopost/libraries/customerValue.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * * * @package * @copyright */ class customerValue { /* string */ public $customerAdress1; /* string */ public $customerAdress2; /* string */ public $customerCity; /* string */ public $customerCivility; /* string */ public $customerContactName; /* string */ public $customerCountry; /* string */ public $customerCountryName; /* string */ public $customerEmail; /* string */ public $customerMobilePhone; /* string */ public $customerName; /* string */ public $customerName2; /* string */ public $customerPhone; /* int */ public $customerPreAlert; /* string */ public $customerZipCode; /* string */ public $printAsSender; }
💾 保存文件
← 返回文件管理器