using System; using System.Collections.Generic; using System.Linq; using System.Text; using CY.Model; namespace CY.IDAL.Inquiry { /// /// 印刷尺寸操作类 /// public interface IPaperSizeDetailDAL { IList GetPaperSizeList(int printTypeId); } }