44323
2023-09-16 a99684a9a4ecbdd71d1c93ef824f7741ff52c5d9
1
2
3
4
5
6
7
8
9
10
11
12
package com.dsh.account.feignclient.course.model;
 
 
import lombok.Data;
 
@Data
public class StuAndAppuserIdsVo {
 
    Integer stuId;
 
    Integer appUserId;
}