公告板
版本库
活动
搜索
登录
java
/
PlayPai
玩湃
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
后台bug修改
44323
2023-11-27
76e0b150d0b9cb8d733668abcbb1763a759fc90d
[java/PlayPai.git]
/
cloud-server-course
/
src
/
main
/
java
/
com
/
dsh
/
course
/
entity
/
OrderDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.dsh.course.entity;
import lombok.Data;
@Data
public class OrderDto {
private String stuIds;
private Integer appUserId;
private Integer classId;
private Integer classHours;
}