k94314517
2024-08-26 c29ce426a6ce314bc26a23cd92d226cc01825783
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/PlatformService.java
@@ -8,7 +8,7 @@
/**
 * 月台信息表Service定义
 * @author 江蹄蹄
 * @since 2024/04/28 16:06
 * @date 2024/06/28 10:03
 */
public interface PlatformService {
@@ -46,6 +46,7 @@
     *
     * @param platform 实体对象
     */
    void updateStatusById(Platform platform);
    void updateById(Platform platform);
    /**