Browse Source

运费模板模型删除省市区域,基本数量,基本费用,续重数量,续重费用字段

antshop
linyaostalker 5 years ago
parent
commit
7a063925f5
  1. 9
      backend/modules/shop/models/ars/ExpressTemplate.php

9
backend/modules/shop/models/ars/ExpressTemplate.php

@ -79,4 +79,13 @@ class ExpressTemplate extends \yii\db\ActiveRecord
],
];
}
/**
* @return array
* 数据键值对
*/
public static function modelColumn()
{
return $column = self::find()->select(['name'])->indexBy('id')->column();
}
}
Loading…
Cancel
Save