仪表盘
版本库
文件存储
活动
搜索
登录
main
/
qasmart
mdc展示后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
首次提交
yangys
2024-09-04
04c57331cf84c8f606c2838dcb6fe5463fb9b68c
[qasmart.git]
/
smart-man-boot
/
src
/
main
/
java
/
com
/
qianwen
/
smartman
/
modules
/
system
/
dto
/
CustomTemplateDTO.java
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;
public class CustomTemplateDTO {
Long templateId;
List<CustomTemplateFieldRelationVO> relationVOS;
}