记得上下班打卡 | git大法好,push需谨慎

Commit b3a940a1 authored by 姜秀龙's avatar 姜秀龙

完善swagger

parent ad45cf00
......@@ -23,7 +23,7 @@ public class GoblinMailTrackDataVo implements Serializable {
private String context;
@ApiModelProperty("物流状态名称")
private String status;
@ApiModelProperty("高级物流状态值")
@ApiModelProperty("高级物流状态值:0-在途|1-揽收|2-疑难|3-签收|4-退签|5-派件|6-退回|7-转投|8-清关|10-待清关|11-清关中|12-已清关|13-清关异常|14-拒签")
private String statusCode;
@ApiModelProperty("行政区域编码")
private String areaCode;
......
......@@ -15,9 +15,9 @@ import java.util.List;
public class GoblinMailTrackInfoVo implements Serializable {
private static final long serialVersionUID = 1L;
@ApiModelProperty("快递单状态")
@ApiModelProperty(value = "快递单状态(快递100高级状态):0-在途|1-揽收|2-疑难|3-签收|4-退签|5-派件|6-退回|7-转投|8-清关|10-待清关|11-清关中|12-已清关|13-清关异常|14-拒签")
private String state;
@ApiModelProperty("是否签收 0/1")
@ApiModelProperty("是否签收 0-未签收|1-已签收")
private String ischeck;
@ApiModelProperty("快递公司编码")
private String com;
......
......@@ -28,9 +28,9 @@ public class GoblinMailVo implements Serializable, Cloneable {
@ApiModelProperty(value = "orderSkuVo")
private List<GoblinOrderSkuVo> orderSkuVos;
@ApiModelProperty(value = "物流状态值")
@ApiModelProperty(value = "物流状态值(快递100高级状态):0-在途|1-揽收|2-疑难|3-签收|4-退签|5-派件|6-退回|7-转投|8-清关|10-待清关|11-清关中|12-已清关|13-清关异常|14-拒签")
private String state;
@ApiModelProperty(value = "物流状态文案")
@ApiModelProperty(value = "物流状态文案(由 state 映射)")
private String stateText;
@ApiModelProperty(value = "最新物流描述")
private String latestContext;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment