公告板
版本库
活动
搜索
登录
java
/
PlayPai
玩湃
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
玩湃微信商户认证代码
无关风月
2024-07-11
eb6b6dbb35a9f029e0b7d269773685c19fd40976
[java/PlayPai.git]
/
cloud-server-account
/
src
/
main
/
java
/
com
/
dsh
/
account
/
entity
/
OrderDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.dsh.account.entity;
import lombok.Data;
@Data
public class OrderDto {
private String stuIds;
private Integer appUserId;
private Integer classId;
private Integer classHours;
}