增加活动表单设计的功能

This commit is contained in:
Wang 2026-01-15 14:50:06 +08:00
parent 02ab1046c6
commit fcf8122e0c

View File

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'jdk21'
}
tools {
jdk 'jdk21'