大声道撒旦
This commit is contained in:
parent
2724410031
commit
dfccf732ab
@ -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;
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user