wanshenmean
2 天以前 c5c3e4e538a11f2a6391e6b2613375b1f92eb20a
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>
    {
    }
}