Commit 5ee3f338 authored by neo's avatar neo

[bugfix] add type field to report cell data dto

parent ea71a55e
......@@ -21,6 +21,7 @@ public class ReportCellDataSourceDto extends FormulaDataSourceDto {
String cellDataID;
String cellTemplateID;
Boolean isOnlyManualInput;
Integer type;
public ReportCellDataSourceDto() {
super();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment