规范代码

This commit is contained in:
xuwenbo
2020-11-26 10:08:28 +08:00
parent a679bbe0f3
commit 9754fc53fe
5 changed files with 13 additions and 9 deletions

View File

@ -33,8 +33,8 @@ public class PrintStoreOrderVO implements Serializable {
private String driverNo;
@ApiModelProperty(value = "门店列表")
private Integer storeId;
@ApiModelProperty(hidden = true)
long startSecond;
@ApiModelProperty(hidden = true)
long endSecond;
Long startSecond;
@ApiModelProperty(hidden = true)
Long endSecond;
}

View File

@ -13,6 +13,7 @@ import java.io.Serializable;
* @modified By
* @version:
*/
@SuppressWarnings("ALL")
@Data
@ApiModel(value="腾讯地图返回对象")
public class GetTencentLocationVO implements Serializable {
@ -27,7 +28,7 @@ public class GetTencentLocationVO implements Serializable {
@ApiModelProperty(value = "状态说明")
private String message;
@ApiModelProperty(value = "状态码0为正常")
private int status;
private Integer status;
@Data
@ApiModel(value="地址解析结果")