This commit is contained in:
linfso 2024-06-05 10:18:20 +08:00
parent 944fd3112d
commit b80392560c

View File

@ -64,10 +64,15 @@
type: [String,Number],
required: false
},
needPriv:{
parentSiteCode:{
type: [String],
required: false,
defaultValue:"F"
defaultValue:null
},
blIncludeChildSite:{
type: [String],
required: false,
defaultValue:null
},
disabled:{
type: [Boolean,String],