iorderstatus.cs

来自「电子商务网站转载而来[展开所有目录] [建议增加分类] (重要) 」· CS 代码 · 共 15 行

CS
15
字号
using System;
using System.Collections.Generic;
using Model;
//该源码首发自www.51aspx.com(51aspx.com)

/// <summary>
/// IOrderStatus 的摘要说明
/// </summary>
namespace IDAL
{
    public interface IOrderStatus
    {
        IList<OrderStatusInfo> GetOrderStatus(int nOrderId);
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?