StopRecord.java 178 B

1234567
  1. package com.qxgmat.service.annotation;
  2. import com.qxgmat.data.dao.entity.UserOrderRecord;
  3. public interface StopRecord {
  4. UserOrderRecord callback(UserOrderRecord record);
  5. }