fix
This commit is contained in:
parent
964d6dd792
commit
781ab99b4a
@ -1,6 +1,7 @@
|
|||||||
package com.lz.modules.performance.dto;
|
package com.lz.modules.performance.dto;
|
||||||
|
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
@ -10,6 +11,7 @@ import java.util.Date;
|
|||||||
* @Desc:
|
* @Desc:
|
||||||
* @Date: 2020/12/9 14:41
|
* @Date: 2020/12/9 14:41
|
||||||
*/
|
*/
|
||||||
|
@Data
|
||||||
public class TaskProcessRecordDto {
|
public class TaskProcessRecordDto {
|
||||||
//创建时间
|
//创建时间
|
||||||
@ApiModelProperty(value = "创建时间", name = "gmtCreate")
|
@ApiModelProperty(value = "创建时间", name = "gmtCreate")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user