You've already forked FrameTour-BE
Merge branch 'refs/heads/xmgl'
This commit is contained in:
@@ -44,6 +44,11 @@ public class ProjectEntity {
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 模板ID,用于绑定模板
|
||||
*/
|
||||
private Long templateId;
|
||||
|
||||
private Date createAt;
|
||||
private Date updateAt;
|
||||
}
|
@@ -28,4 +28,9 @@ public class ProjectReqQuery extends BaseQueryParameterReq {
|
||||
* 状态,0禁用,1启用
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 模板ID
|
||||
*/
|
||||
private Long templateId;
|
||||
}
|
@@ -45,6 +45,16 @@ public class ProjectRespVO {
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 模板ID
|
||||
*/
|
||||
private Long templateId;
|
||||
|
||||
/**
|
||||
* 模板名称
|
||||
*/
|
||||
private String templateName;
|
||||
|
||||
private Date createAt;
|
||||
private Date updateAt;
|
||||
}
|
Reference in New Issue
Block a user