首页>代码>基于SpringBoot+Vue实现的学生宿舍管理系统>/最代码/服务端代码/springboot/src/main/java/com/example/springboot/common/CalPeopleNum.java
package com.example.springboot.common;

import com.example.springboot.entity.DormRoom;

public class CalPeopleNum {

    public static int calNum(DormRoom dormRoom) {
        int count = 0;

        if (dormRoom.getFirstBed() != null) {
            count++;
        }
        if (dormRoom.getSecondBed() != null) {
            count++;
        }
        if (dormRoom.getThirdBed() != null) {
            count++;
        }
        if (dormRoom.getFourthBed() != null) {
            count++;
        }
        return count;
    }
}
最近下载更多
yangchengshuai  LV15 9月3日
thsgli  LV8 8月21日
866521  LV2 7月24日
qq970040477  LV24 6月25日
3208941318  LV2 5月14日
792891244  LV3 5月13日
zhanghao943  LV2 4月12日
jc121140  LV3 3月29日
最近浏览更多
xiaohu666 10月22日
暂无贡献等级
黄志琴  LV1 10月19日
Peny_ZH  LV5 9月21日
abdkfksdkf  LV16 9月12日
yangchengshuai  LV15 9月3日
hmf1989 8月23日
暂无贡献等级
thsgli  LV8 8月21日
denliv_hui  LV13 8月19日
chn-lei  LV2 7月31日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友