| | |
| | | import com.ruoyi.system.service.TFoundationConfigService; |
| | | import com.ruoyi.system.service.TFoundationPersonService; |
| | | import com.ruoyi.system.vo.TFoundationPersonVO; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | * @author xiaochen |
| | | * @since 2024-08-15 |
| | | */ |
| | | @Api(tags = "基础设置") |
| | | @RestController |
| | | @RequestMapping("/t-foundation-person") |
| | | public class TFoundationPersonController { |