feat:审批

This commit is contained in:
李京通 2025-06-09 14:42:15 +08:00
parent b7cd632f12
commit c1c10c8f7f
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@ public class ApprovaltDto {
private Long id; private Long id;
private Integer state; private Integer state;
private String reason;
} }