using System; using System.Collections.Generic; using System.Linq; using System.Text; //---------------------------------------------------------------- //Module Name: $safeprojectname$ //Purpose: //CopyRight: Muchinfo //History: //---------------------------------------------------------------- //DateTime 2016/3/1 17:38:04 //Author //Description Create //---------------------------------------------------------------- namespace Muchinfo.MTPClient.IService { /// /// 主窗口单据页面刷新 /// public interface IOrderRefresh { void Refresh(); } }