ba230615ede7ae34b90ff1c22399daa28f184b50..217519732242a41d4421dd644e9c83ff9af2722a
2023-08-10 liaoxujun@qq.com
no message
217519 对比 | 目录
2023-08-10 liaoxujun@qq.com
增加订单模型
930c31 对比 | 目录
1个文件已添加
18 ■■■■■ 已修改文件
DocumentServiceAPI.Model/Oder/Oder.cs 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/Oder/Oder.cs
New file
@@ -0,0 +1,18 @@
using DocumentServiceAPI.Enum;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DocumentServiceAPI.Model.Oder
{
    /// <summary>
    /// 订单类
    /// </summary>
    public class Oder:BaseModel
    {
    }
}