You've already forked FrameTour-BE
添加“render_worker”相关CRUD代码
This commit is contained in:
src/main
java
com
ycwl
basic
mapper
model
pc
face
resp
faceSample
member
order
resp
renderWorker
resources
mapper
@ -1,6 +1,7 @@
|
||||
package com.ycwl.basic.model.pc.faceSample.resp;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@ -45,6 +46,8 @@ public class FaceSampleRespVO {
|
||||
*/
|
||||
@ApiModelProperty("是否匹配,0未匹配,1已匹配")
|
||||
private Integer status;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date createAt;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date updateAt;
|
||||
}
|
||||
|
Reference in New Issue
Block a user