|
@@ -286,7 +286,7 @@ public class QyRecardBody {
|
|
@Schema(description = "删除状态")
|
|
@Schema(description = "删除状态")
|
|
@ColumnWidth(12)
|
|
@ColumnWidth(12)
|
|
@ExcelProperty(index = 42,value = "删除状态")
|
|
@ExcelProperty(index = 42,value = "删除状态")
|
|
- @TableLogic
|
|
+
|
|
@TableField(fill = FieldFill.INSERT)
|
|
@TableField(fill = FieldFill.INSERT)
|
|
private String deleteFlag;
|
|
private String deleteFlag;
|
|
}
|
|
}
|