首页>代码>基于SpringBoot+Vue实现的学生宿舍管理系统>/最代码/服务端代码/springboot/src/main/java/com/example/springboot/common/JudgeBedName.java
                
                package com.example.springboot.common;
public class JudgeBedName {
    private static String bedName;
    public static String getBedName(int num) {
        switch (num) {
            case 1:
                return bedName = "first_bed";
            case 2:
                return bedName = "second_bed";
            case 3:
                return bedName = "third_bed";
            case 4:
                return bedName = "fourth_bed";
            default:
                return null;
        }
    }
}
最近下载更多
                
                微信网友_6786215447367680     LV5
                2024年10月11日
            
            
        
                yangchengshuai     LV16
                2024年9月3日
            
            
        
                thsgli     LV9
                2024年8月21日
            
            
        
                866521     LV2
                2024年7月24日
            
            
        
                qq970040477     LV24
                2024年6月25日
            
            
        
                3208941318     LV2
                2024年5月14日
            
            
        
                792891244     LV3
                2024年5月13日
            
            
        
                zhanghao943     LV2
                2024年4月12日
            
            
        
                微信网友_6927932988952576     LV12
                2024年3月30日
            
            
        
                jc121140     LV3
                2024年3月29日
            
            
        
最近浏览更多
                
                xiaohu666    
                2024年10月22日
            
            
                    暂无贡献等级
            
        
                黄志琴     LV1
                2024年10月19日
            
            
        
                微信网友_6786215447367680     LV5
                2024年10月11日
            
            
        
                Peny_ZH     LV5
                2024年9月21日
            
            
        
                abdkfksdkf     LV16
                2024年9月12日
            
            
        
                yangchengshuai     LV16
                2024年9月3日
            
            
        
                hmf1989    
                2024年8月23日
            
            
                    暂无贡献等级
            
        
                thsgli     LV9
                2024年8月21日
            
            
        
                denliv_hui     LV14
                2024年8月19日
            
            
        
                chn-lei     LV2
                2024年7月31日
            
            
        
                
    
    