新增质检报告栏目
This commit is contained in:
@@ -6,26 +6,29 @@ import java.util.Date;
|
||||
|
||||
/**
|
||||
* 产品知识点;
|
||||
*
|
||||
* @author Administrator
|
||||
*
|
||||
* @author Administrator
|
||||
*/
|
||||
@Data
|
||||
public class StandardMemo {
|
||||
|
||||
private Integer id;
|
||||
private Integer id;
|
||||
|
||||
private String content;
|
||||
private String content;
|
||||
|
||||
private String createBy;
|
||||
private String createBy;
|
||||
|
||||
private Date createDate;
|
||||
private Date createDate;
|
||||
|
||||
private String updateBy;
|
||||
private String updateBy;
|
||||
|
||||
private Date updateDate;
|
||||
/**
|
||||
* 附件
|
||||
*/
|
||||
private String title;
|
||||
private Date updateDate;
|
||||
/**
|
||||
* 附件
|
||||
*/
|
||||
private String title;
|
||||
/**
|
||||
* 描述
|
||||
*/
|
||||
private String memo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user