|
@@ -248,10 +248,14 @@ public class SyShippingOrder {
|
|
|
@ApiModelProperty(value = "定时状态")
|
|
|
private Integer timeStuta;
|
|
|
|
|
|
-
|
|
|
- @Excel(name = "定时推送消息", width = 15)
|
|
|
- @ApiModelProperty(value = "定时推送消息")
|
|
|
- private Integer timeMesage;
|
|
|
+
|
|
|
+ @Excel(name = "定时推送成功消息", width = 15)
|
|
|
+ @ApiModelProperty(value = "定时推送成功消息")
|
|
|
+ private String timeMesage;
|
|
|
+
|
|
|
+ @Excel(name = "定时推送失败消息", width = 15)
|
|
|
+ @ApiModelProperty(value = "定时推送失败消息")
|
|
|
+ private String failMesage;
|
|
|
|
|
|
|
|
|
|