GITLAB

OTHER_COMPANY_PROJECTS / ota

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ota
  • common
  • components
  • redis
  • IConnection.php
  • 3dde027c   1.厂商列表功能实现 ... Browse Code »
    2.创建厂商功能实现
    曹明
    2019-10-26 20:31:03 +0800  
IConnection.php 146 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
<?php namespace common\components\redis;

/**
 * Interface IRedisConnection
 * @package common\components\redis
 */
interface IConnection
{
    
}