ServiceStatusMapper
7/8/26Less than 1 minute
ServiceStatusMapper
Info
MyBatis mapper interface for API status record CRUD operations.
Overview
ServiceStatusMapper provides data access for the service_status table, supporting single lookup, list query, update, and insert operations.
Methods
| Method | Description | Returns |
|---|---|---|
selectByApiName(apiName) | Query status by API name | ServiceStatus or null |
selectAll() | Query all status records | List<ServiceStatus> |
update(serviceStatus) | Update an existing status record | Affected rows |
insert(serviceStatus) | Insert a new status record | Affected rows |
Changelog
7/8/26, 5:52 AM
View All Changelog
9f290-on

