using System; using System.Collections.Generic; using System.Text; namespace CZKJ.GBRS2.Interface { public interface IUserOperationRecord { } }