wanshenmean
昨天 2db17e312a9bf0cff60917104447260b86178ca2
1
2
3
4
5
6
7
8
9
10
11
12
using WIDESEA_Core.BaseServices;
using WIDESEA_Model.Models;
 
namespace WIDESEA_ICheckService
{
    /// <summary>
    /// 盘点单服务接口
    /// </summary>
    public interface ICheckOrderService : IService<Dt_CheckOrder>
    {
    }
}