@ -23,8 +23,11 @@ import java.util.List;
public class ProReTemplateVO extends ProReTemplate {
@Serial
private static final long serialVersionUID = 1L;
/**
* todo:
*/
@Schema(description = "基本信息字段")
private BaseEntityVO base;
private BaseEntityVO base = new BaseEntityVO();
@Schema(description = "[作业中心]name")
private String wcName;