yangys
2024-04-10 fb000ab0c400b27d10c431133e68f98895717c52
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;
}