|
using System;
|
|
using System.Collections.Generic;
|
|
using WX.CRM.Model.Entity;
|
|
|
|
namespace WX.CRM.IBLL.QH
|
|
{
|
|
public interface IQH_PRODUCTTRANCOUNT_Q
|
|
{
|
|
List<QH_PRODUCTTRANCOUNT> GetList_QH_ProductTranCount(string productCode, DateTime? dtstart, DateTime? dtend);
|
|
}
|
|
}
|