|
@@ -1,10 +1,11 @@
|
|
|
package com.aoyang.tms.controller.param;
|
|
package com.aoyang.tms.controller.param;
|
|
|
|
|
|
|
|
import com.aoyang.tms.entity.WorkCycle;
|
|
import com.aoyang.tms.entity.WorkCycle;
|
|
|
|
|
+import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * @Description: ${DESCRIPTION}
|
|
|
|
|
|
|
+ * @Description: 行车周期VO
|
|
|
* @Author guoyong
|
|
* @Author guoyong
|
|
|
* @Date 2022/4/28 11:48
|
|
* @Date 2022/4/28 11:48
|
|
|
* @Version 1.0
|
|
* @Version 1.0
|
|
@@ -12,5 +13,6 @@ import lombok.Data;
|
|
|
@Data
|
|
@Data
|
|
|
public class WorkCycleVO extends WorkCycle {
|
|
public class WorkCycleVO extends WorkCycle {
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "已用时,如1天1小时16分钟")
|
|
|
private String time;
|
|
private String time;
|
|
|
}
|
|
}
|