|
|
@@ -10,8 +10,8 @@ use Yii;
|
|
|
*
|
|
|
* @property string ID
|
|
|
* @property string country_id 国家ID
|
|
|
- * @property double freight 运费
|
|
|
- * @property double free_shipping 免运费阈值
|
|
|
+ * @property int freight 运费
|
|
|
+ * @property int free_shipping 免运费阈值
|
|
|
* @property int created_at 创建时间
|
|
|
* @property int updated_at 更新时间
|
|
|
*/
|