| Package | Description |
|---|---|
| com.mbap.ct.formconfiginfo.controller | |
| com.mbap.ct.formconfiginfo.service | |
| com.mbap.ct.formvalidationrule.service |
| Modifier and Type | Method and Description |
|---|---|
com.mbap.util.view.R |
FormConfigInfoRESTController.putFormValidRule(java.lang.String id,
FormValidationRule formValidationRule)
修改单条表单配置记录的校验规则
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormConfigInfoService.putFormValidRule(java.lang.String id,
FormValidationRule formValidationRule)
修改单条表单配置记录的校验规则
|
| Modifier and Type | Method and Description |
|---|---|
FormValidationRule |
FormValidationRuleService.save(FormValidationRule fvr)
保存表单校验规则数据
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FormValidationRule> |
FormValidationRuleService.getByFormConfigInfoId(java.lang.String formConfigInfoId)
根据表单配置字段信息id获取表单字段校验规则
|
| Modifier and Type | Method and Description |
|---|---|
FormValidationRule |
FormValidationRuleService.save(FormValidationRule fvr)
保存表单校验规则数据
|