收藏
This commit is contained in:
+15
-15
@@ -61,20 +61,20 @@ public class OnlCgformCollection extends BussDocumentLibraryEO implements Serial
|
||||
@Dict(dictTable = "buss_document_library", dicText = "id", dicCode = "id")
|
||||
private String documentId;
|
||||
|
||||
// /**状态*/
|
||||
// @Excel(name = "状态", width = 15, dictTable = "buss_document_library", dicText = "state", dicCode = "state")
|
||||
// @Dict(dictTable = "buss_document_library", dicText = "state", dicCode = "state")
|
||||
// private String state;
|
||||
//
|
||||
// /**编号*/
|
||||
// @Excel(name = "编号", width = 15, dictTable = "buss_document_library", dicText = "serial_number", dicCode = "serial_number")
|
||||
// @Dict(dictTable = "buss_document_library", dicText = "serial_number", dicCode = "serial_number")
|
||||
// private String serialNumber;
|
||||
//
|
||||
// /**标题*/
|
||||
// @Excel(name = "标题", width = 15, dictTable = "buss_document_library", dicText = "title", dicCode = "title")
|
||||
// @Dict(dictTable = "buss_document_library", dicText = "title", dicCode = "title")
|
||||
// @ApiModelProperty(value = "标题")
|
||||
// private String title;
|
||||
/**状态*/
|
||||
@Excel(name = "状态", width = 15, dictTable = "buss_document_library", dicText = "state", dicCode = "state")
|
||||
@Dict(dictTable = "buss_document_library", dicText = "state", dicCode = "state")
|
||||
private String state;
|
||||
|
||||
/**编号*/
|
||||
@Excel(name = "编号", width = 15, dictTable = "buss_document_library", dicText = "serialNumber", dicCode = "serialNumber")
|
||||
@Dict(dictTable = "buss_document_library", dicText = "serialNumber", dicCode = "serialNumber")
|
||||
private String serialNumber;
|
||||
|
||||
/**标题*/
|
||||
@Excel(name = "标题", width = 15, dictTable = "buss_document_library", dicText = "title", dicCode = "title")
|
||||
@Dict(dictTable = "buss_document_library", dicText = "title", dicCode = "title")
|
||||
@ApiModelProperty(value = "标题")
|
||||
private String title;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user