using Estsh.Core.Model.Result; using Estsh.Core.Models; using Estsh.Core.Util; using System.Collections; namespace Estsh.Core.Services.IServices { public interface ICheckOrderCreateService : IBaseService { public Hashtable getCheckOrderCreateListByPage(string cbChkCommand); public List GetChkCommandList(); public List CreateChkNo(string cbChkCommand, string userId); } }