/* *代码由框架生成,任何更改都可能导致被代码生成器覆盖 */ using VOL.Core.BaseProvider; using VOL.Core.Utilities; using VOL.Entity.DomainModels; namespace VOL.YARD.IServices { public partial interface IOP_YARD_CTNMNGService : IService { public WebResponseContent PublicFunc( object JsonBody); public WebResponseContent MakeDo(SaveModel saveModel); } }