IUserOperationRecord.cs 170 B

12345678910111213
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace CZKJ.GBRS2.Interface
  5. {
  6. public interface IUserOperationRecord
  7. {
  8. }
  9. }