Browse Source

定义属性表type字段

wechat_public_accounts
linyaostalker 5 years ago
parent
commit
8450cd89e3
  1. 2
      vendor/antgoods/goods/src/models/ars/Attribute.php

2
vendor/antgoods/goods/src/models/ars/Attribute.php

@ -22,6 +22,8 @@ class Attribute extends \yii\db\ActiveRecord
//是否删除is_delete
const IS_DELETE_NO = 0;//未删除
const IS_DELETE_YES = 1;//已删除
//类型type
const TYPE_ATTR = 1;//商品sku属性
/**
* {@inheritdoc}
*/

Loading…
Cancel
Save