You've already forked FrameTour-BE
获取人脸对应视频流程,自动删除源视频流程,自动创建任务渲染流程,自动删除人脸数据逻辑
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.ycwl.basic.model.pc.template.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
@TableName("template_config")
|
||||
public class TemplateConfigEntity {
|
||||
private Long id;
|
||||
private Long templateId;
|
||||
private Integer isDefault;
|
||||
private Date createDate;
|
||||
private Integer minimalPlaceholderFill;
|
||||
}
|
Reference in New Issue
Block a user