UserExerciseGroupDto.java 103 B

123456
  1. package com.qxgmat.dto.response;
  2. public class UserExerciseGroupDto {
  3. private Integer structId;
  4. }