fix(解读流程): 译文取消注释

This commit is contained in:
yjz
2024-08-02 09:11:23 +08:00
parent a35ad519d5
commit 70bed9857c
2 changed files with 2 additions and 2 deletions
@@ -50,7 +50,7 @@ public class ProcessStandardInterpretClauseSublist extends BaseEntity {
private String interpretPersonId;
/**译文*/
@ApiModelProperty(value = "译文")
// @Excel(name = "译文", width = 15)
@Excel(name = "译文", width = 15)
private String translation;
/**是否与上一版相同(字典:1:是,0:否)*/
@ApiModelProperty(value = "是否与上一版相同(字典:1:是,0:否)")
@@ -31,7 +31,7 @@ public class FlowImportExcel {
private String itemContent;
/**译文*/
@ApiModelProperty(value = "译文")
// @Excel(name = "译文", width = 15)
@Excel(name = "译文", width = 15)
private String translation;
/**是否与上一版相同(字典:1:是,0:否)*/
@ApiModelProperty(value = "是否与上一版相同(字典:1:是,0:否)")