dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
config(rabbitmq): 更新测试环境RabbitMQ连接配置
Administrator
2026-01-26
1d5f2eef0c215563b9ec4b1a674acca501e7c0d9
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
clothes
/
AdminClothesPrintOrderDto.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.mall.dto.clothes;
import lombok.Data;
@Data
public class AdminClothesPrintOrderDto {
private Long id;
}