From 4b0afef429f7ad770fc277ecfdb9d30bf7eedd7c Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Wed, 11 Dec 2019 18:43:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E4=B8=8D=E5=90=88=E7=90=86=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/modules/goods/models/ars/Goods.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/modules/goods/models/ars/Goods.php b/backend/modules/goods/models/ars/Goods.php index e23312f..e8168dc 100755 --- a/backend/modules/goods/models/ars/Goods.php +++ b/backend/modules/goods/models/ars/Goods.php @@ -28,7 +28,7 @@ use backend\modules\goods\models\ars\Supplier; * @property int $height 高度 * @property int $diameter 直径 * @property string $unit 单位 - * @property int $sold_count 已售数量 + * @property int $sold_count 总销量 * @property int $limit_count 限购数量 * @property int $stock 库存 * @property int $stock_warn 库存警告 @@ -176,7 +176,7 @@ class Goods extends \yii\db\ActiveRecord 'height' => '高度', 'diameter' => '直径', 'unit' => '单位', - 'sold_count' => '已售数量', + 'sold_count' => '总销量', 'limit_count' => '限购数量', 'stock' => '库存', 'stock_warn' => '库存警告',