大声道撒旦

This commit is contained in:
dengqichen 2024-12-31 14:23:44 +08:00
parent 2724410031
commit dfccf732ab

View File

@ -0,0 +1,16 @@
package com.qqchen.deploy.backend.deploy.dto.variables.form;
import com.qqchen.deploy.backend.workflow.annotation.SchemaProperty;
import lombok.Data;
@Data
public class BuildFormVariables {
@SchemaProperty(
title = "禅道任务号",
description = "禅道任务号",
required = true
)
private String taskNo;
}