yangys
2024-03-31 2969df3e404db3cd116f27db1495e523ce05bf86
1
2
3
4
5
6
7
8
9
10
package com.qianwen.smartman.modules.system.dto;
 
import java.util.List;
import com.qianwen.smartman.modules.system.vo.CustomTemplateFieldRelationVO;
 
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/dto/CustomTemplateDTO.class */
public class CustomTemplateDTO {
    Long templateId;
    List<CustomTemplateFieldRelationVO> relationVOS;
}