dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add fenxiao
Helius
2021-07-14
ac5ad31526066fb86417b1d0f1a725ee1c4c2ba1
[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;
}