/* *所有关于OP_YARD_CTNMNG类的业务代码接口应在此处编写 */ using VOL.Core.BaseProvider; using VOL.Entity.DomainModels; using VOL.Core.Utilities; using System.Linq.Expressions; namespace VOL.YARD.IServices { public partial interface IOP_YARD_CTNMNGService { public WebResponseContent GetMap_Hujing(SaveModel saveModel); public WebResponseContent GetAreaInfo(SaveModel saveModel); } }