PunishmentsApprovalDto-类对象参数 - 只改形参参数名
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 26s
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 26s
This commit is contained in:
@@ -206,7 +206,7 @@ public class ApiChangeNotifier {
|
||||
tag = MarkdownStyles.colorWarning("[重命名]");
|
||||
break;
|
||||
case MODIFIED:
|
||||
tag = MarkdownStyles.colorWarning(change.isBodyField() ? "[修改]" : "[类型变更]");
|
||||
tag = MarkdownStyles.colorWarning("[类型变更]");
|
||||
break;
|
||||
default:
|
||||
tag = MarkdownStyles.colorWarning("[修改]");
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user