_table = 'shop_card_bind'; $this->_primary = 'id'; $this->_fields = [ "id",// int unsigned NOT NULL AUTO_INCREMENT, "card_id",// int NOT NULL COMMENT '优惠卡id', "shop_id",// int NOT NULL, "project_id",// int NOT NULL, "number",// int NOT NULL COMMENT '使用次数', ]; $this->_readonly = ['id']; $this->_create_autofill = [ 'createTime' => time() ]; parent::__construct($serviceDB); } }