dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2021-06-25
d7064002eea6b2bc49e1a4f74f8b6b45d91f0026
[xzx.git]
/
gc-core
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
model
/
order
/
OrderTraceCreateByTimeDTO.java
1
2
3
4
5
6
7
8
9
10
11
package com.xzx.gc.model.order;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
public class OrderTraceCreateByTimeDTO {
@ApiModelProperty("3:回收员全天轨迹")
private String type;
}