fix: scc流程导出多了个字段
This commit is contained in:
-1
@@ -224,7 +224,6 @@ public class ProcessStandardComplianceCheckDetail implements Serializable {
|
||||
private String batchId;
|
||||
|
||||
@ApiModelProperty(value = "是否与上一版相同(字典:1:是,0:否)")
|
||||
@Excel(name = "是否与上一版相同", width = 15, dicCode = "yn")
|
||||
@Dict(dicCode = "yn")
|
||||
@TableField(exist = false)
|
||||
private String isSameAsPrevVersion;
|
||||
|
||||
Reference in New Issue
Block a user