Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

李洋 / 消息系统

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Find file
BlameHistoryPermalink
Switch branch/tag
  • CMS-Message
  • ..
  • Classes
  • IWriter.cs
  • 孙龙's avatar
    批量上传 导入发送消息 邮件 · 88f7fb89
    孙龙 committed 6 years ago
    88f7fb89
IWriter.cs 231 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
using System;
using System.Collections.Generic;
using System.Text;

namespace ClassDiagrams
{
    public interface PHPExcel_Writer_IWriter
    {
        PHPExcel writes
        {
            get;
            set;
        }
    }
}