fix(解读流程): 译文取消注释
This commit is contained in:
+1
-1
@@ -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:否)")
|
||||
|
||||
+1
-1
@@ -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:否)")
|
||||
|
||||
Reference in New Issue
Block a user