Signed-off-by: dongpx <2112323174@qq.com>
This commit is contained in:
@@ -95,6 +95,8 @@ public class ReportFieldEntity extends BaseTenantEntity {
|
||||
//父字段名称
|
||||
private String parentFieldName;
|
||||
|
||||
//是否隐藏维度
|
||||
private String isHideDimension;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -59,5 +59,8 @@ public class ReportFieldVo extends ReportFieldIdVo {
|
||||
|
||||
//父字段名称
|
||||
private String parentFieldName;
|
||||
|
||||
//是否隐藏维度
|
||||
private String isHideDimension;
|
||||
}
|
||||
|
||||
|
||||
@@ -378,6 +378,7 @@ public class ReportServiceImpl extends ServiceImpl<ReportMapper, ReportEntity> i
|
||||
entity.setIsExport(vo.getIsExport());
|
||||
entity.setIsShowSort(vo.getIsShowSort());
|
||||
entity.setIsDimension(vo.getIsDimension());
|
||||
entity.setIsHideDimension(vo.getIsHideDimension());
|
||||
entity.setHasChildren(vo.getHasChildren());
|
||||
entity.setParentFieldCode(vo.getParentFieldCode());
|
||||
entity.setParentFieldName(vo.getParentFieldName());
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user