提交知识库查询

release_1.0.0
liu 8 months ago
parent ec04dde752
commit b74d67a1cd

@ -0,0 +1,8 @@
package com.supervision.knowsub.entity.vo.knowledge;
import lombok.Data;
@Data
public class SaveKnowLedgeReqVO {
}

@ -26,37 +26,43 @@ public class Knowledge implements Serializable {
/**
*
*/
@Schema(description = "知识标题")
private String title;
/**
* ID
*/
@Schema(description = "知识内容ID")
private String contentId;
/**
* ID
*/
@Schema(description = "应用子库ID")
private String baseId;
/**
* ()
*/
@Schema(description = "发文部门(部门名称全文)")
private String publishDept;
/**
* 1
*/
@Schema(description = "知识来源 1人工添加")
private Integer knowledgeFrom;
/**
* 1稿 2 3 4 5 6
*/
@Schema(description = "流转状态 1草稿 2待审批 3驳回 4通过 5删除 6已失效")
private Integer status;
/**
* ID
*/
@Schema(description = "报送部门ID")
private String submittedDeptId;
/**

Loading…
Cancel
Save