username@email.com
2024-10-11 b69599e130ad63d21c47dcf6d4b496d97e7da609
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
 
namespace CY.Model.Inquiry
{
    /// <summary>
    /// 询价接口
    /// </summary>
    public interface IInquiry
    {
    }
}