“djh”
2024-11-27 3c8e94af36e9f83485414f14a0e136e19c7a5137
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.system.domain.req;
 
import lombok.Data;
 
@Data
public class InstitutionModStatusReqDTO {
    private Long id;
    private Byte status;
    private String reason;
}