This commit is contained in:
xiejunyu
2022-02-23 15:22:34 +08:00
parent 81792475ca
commit 3ba86e904e
@@ -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;
}