规范代码
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -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="地址解析结果")
|
||||
|
Reference in New Issue
Block a user