springboot宠物咖啡馆平台的设计与实现

基于Spring Boot的宠物咖啡馆平台的设计与实现

摘要

随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。本文介绍了基于Spring Boot的宠物咖啡馆平台的设计与实现的开发全过程。通过分析基于Spring Boot的宠物咖啡馆平台的设计与实现管理的不足,创建了一个计算机管理基于Spring Boot的宠物咖啡馆平台的设计与实现的方案。文章介绍了基于Spring Boot的宠物咖啡馆平台的设计与实现的系统分析部分,包括可行性分析等,系统设计部分主要介绍了系统功能设计和数据库设计。

本基于Spring Boot的宠物咖啡馆平台的设计与实现有管理员和用户以及看护师三个角色。用户功能有个人中心,咖啡菜品管理,菜品订单管理,宠物信息管理,宠物体验管理,宠物订单管理,宠物寄养管理,健康状况管理,看护服务管理,周边商品管理,商品购买管理,我的收藏管理等。管理员功能有个人中心,用户管理,看护师管理,咖啡菜品管理,菜品类型管理,菜品订单管理,宠物信息管理,宠物体验管理,宠物订单管理,宠物寄养管理,健康状况管理,互动项目管理,看护服务管理,周边商品管理,商品类型管理,商品购买管理,商品入库管理,系统管理等。看护师功能有个人中心,宠物体验管理,宠物寄养管理,健康状况管理,看护服务管理等。因而具有一定的实用性。

本站是一个B/S模式系统,采用SSM框架,MYSQL数据库设计开发,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得基于Spring Boot的宠物咖啡馆平台的设计与实现管理工作系统化、规范化。本系统的使用使管理人员从繁重的工作中解脱出来,实现无纸化办公,能够有效的提高基于Spring Boot的宠物咖啡馆平台的设计与实现管理效率。

关键词:基于Spring Boot的宠物咖啡馆平台的设计与实现;SSM框架;MYSQL数据库

springboot宠物咖啡馆平台的设计与实现053

本基于Spring Boot的宠物咖啡馆平台的设计与实现有管理员和用户以及看护师三个角色。用户功能有个人中心,咖啡菜品管理,菜品订单管理,宠物信息管理,宠物体验管理,宠物订单管理,宠物寄养管理,健康状况管理,看护服务管理,周边商品管理,商品购买管理,我的收藏管理等。管理员功能有个人中心,用户管理,看护师管理,咖啡菜品管理,菜品类型管理,菜品订单管理,宠物信息管理,宠物体验管理,宠物订单管理,宠物寄养管理,健康状况管理,互动项目管理,看护服务管理,周边商品管理,商品类型管理,商品购买管理,商品入库管理,系统管理等。看护师功能有个人中心,宠物体验管理,宠物寄养管理,健康状况管理,看护服务管理等。因而具有一定的实用性。

本站是一个B/S模式系统,采用SSM框架,MYSQL数据库设计开发,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得基于Spring Boot的宠物咖啡馆平台的设计与实现管理工作系统化、规范化。本系统的使用使管理人员从繁重的工作中解脱出来,实现无纸化办公,能够有效的提高基于Spring Boot的宠物咖啡馆平台的设计与实现管理效率。

演示视频:

springboot宠物咖啡馆平台源码和论文

Abstract

With the deepening and extensive application of information technology in management, the implementation of management information systems has gradually matured in technology. This article introduces the whole process of designing and implementing the pet cafe platform based on Spring Boot. By analyzing the deficiencies of the design and implementation management of the pet cafe platform based on Spring Boot, a computer management scheme for the design and implementation of the pet cafe platform based on Spring Boot is created. The article introduces the system analysis part of the design and implementation of the pet cafe platform based on Spring Boot, including feasibility analysis, etc. The system design part mainly introduces the system function design and database design.

The design and implementation of the Spring Boot-based pet cafe platform has three roles: administrator, user, and caregiver. User functions include personal center, coffee dish management, dish order management, pet information management, pet experience management, pet order management, pet boarding management, health status management, nursing service management, peripheral commodity management, commodity purchase management, and my collection management Wait. Administrator functions include personal center, user management, caregiver management, coffee dish management, dish type management, dish order management, pet information management, pet experience management, pet order management, pet boarding management, health status management, interactive project management , Nursing Service Management, Peripheral Commodity Management, Commodity Type Management, Commodity Purchase Management, Commodity Storage Management, System Management, etc. The functions of the caregiver include personal center, pet experience management, pet boarding management, health management, nursing service management, etc. So it has a certain practicability.

This site is a B/S mode system, using SSM framework, MYSQL database design and development, fully guarantee the stability of the system. The system has the characteristics of clear interface, simple operation and complete functions, which makes the design and implementation of the pet cafe platform based on Spring Boot systematized and standardized. The use of this system frees managers from heavy work, realizes paperless office, and can effectively improve the design and implementation management efficiency of the pet cafe platform based on Spring Boot.

Keywords: Design and implementation of pet cafe platform based on Spring Boot; SSM framework; MYSQL database

package com.controller;

import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Map;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpServletRequest;

import com.utils.ValidatorUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.format.annotation.DateTimeFormat;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.baomidou.mybatisplus.mapper.Wrapper;
import com.annotation.IgnoreAuth;

import com.entity.KanhushiEntity;
import com.entity.view.KanhushiView;

import com.service.KanhushiService;
import com.service.TokenService;
import com.utils.PageUtils;
import com.utils.R;
import com.utils.MD5Util;
import com.utils.MPUtil;
import com.utils.CommonUtil;


/**
 * 看护师
 * 后端接口
 * @author 
 * @email 
 * @date 2021-04-17 15:15:29
 */
@RestController
@RequestMapping("/kanhushi")
public class KanhushiController {
    @Autowired
    private KanhushiService kanhushiService;
    
	@Autowired
	private TokenService tokenService;
	
	/**
	 * 登录
	 */
	@IgnoreAuth
	@RequestMapping(value = "/login")
	public R login(String username, String password, String captcha, HttpServletRequest request) {
		KanhushiEntity user = kanhushiService.selectOne(new EntityWrapper<KanhushiEntity>().eq("gonghao", username));
		if(user==null || !user.getMima().equals(password)) {
			return R.error("账号或密码不正确");
		}
		
		String token = tokenService.generateToken(user.getId(), username,"kanhushi",  "看护师" );
		return R.ok().put("token", token);
	}
	
	/**
     * 注册
     */
	@IgnoreAuth
    @RequestMapping("/register")
    public R register(@RequestBody KanhushiEntity kanhushi){
    	//ValidatorUtils.validateEntity(kanhushi);
    	KanhushiEntity user = kanhushiService.selectOne(new EntityWrapper<KanhushiEntity>().eq("gonghao", kanhushi.getGonghao()));
		if(user!=null) {
			return R.error("注册用户已存在");
		}
		Long uId = new Date().getTime();
		kanhushi.setId(uId);
        kanhushiService.insert(kanhushi);
        return R.ok();
    }
	
	/**
	 * 退出
	 */
	@RequestMapping("/logout")
	public R logout(HttpServletRequest request) {
		request.getSession().invalidate();
		return R.ok("退出成功");
	}
	
	/**
     * 获取用户的session用户信息
     */
    @RequestMapping("/session")
    public R getCurrUser(HttpServletRequest request){
    	Long id = (Long)request.getSession().getAttribute("userId");
        KanhushiEntity user = kanhushiService.selectById(id);
        return R.ok().put("data", user);
    }
    
    /**
     * 密码重置
     */
    @IgnoreAuth
	@RequestMapping(value = "/resetPass")
    public R resetPass(String username, HttpServletRequest request){
    	KanhushiEntity user = kanhushiService.selectOne(new EntityWrapper<KanhushiEntity>().eq("gonghao", username));
    	if(user==null) {
    		return R.error("账号不存在");
    	}
        user.setMima("123456");
        kanhushiService.updateById(user);
        return R.ok("密码已重置为:123456");
    }


    /**
     * 后端列表
     */
    @RequestMapping("/page")
    public R page(@RequestParam Map<String, Object> params,KanhushiEntity kanhushi,
		HttpServletRequest request){
        EntityWrapper<KanhushiEntity> ew = new EntityWrapper<KanhushiEntity>();
		PageUtils page = kanhushiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, kanhushi), params), params));

        return R.ok().put("data", page);
    }
    
    /**
     * 前端列表
     */
    @RequestMapping("/list")
    public R list(@RequestParam Map<String, Object> params,KanhushiEntity kanhushi, HttpServletRequest request){
        EntityWrapper<KanhushiEntity> ew = new EntityWrapper<KanhushiEntity>();
		PageUtils page = kanhushiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, kanhushi), params), params));
        return R.ok().put("data", page);
    }

	/**
     * 列表
     */
    @RequestMapping("/lists")
    public R list( KanhushiEntity kanhushi){
       	EntityWrapper<KanhushiEntity> ew = new EntityWrapper<KanhushiEntity>();
      	ew.allEq(MPUtil.allEQMapPre( kanhushi, "kanhushi")); 
        return R.ok().put("data", kanhushiService.selectListView(ew));
    }

	 /**
     * 查询
     */
    @RequestMapping("/query")
    public R query(KanhushiEntity kanhushi){
        EntityWrapper< KanhushiEntity> ew = new EntityWrapper< KanhushiEntity>();
 		ew.allEq(MPUtil.allEQMapPre( kanhushi, "kanhushi")); 
		KanhushiView kanhushiView =  kanhushiService.selectView(ew);
		return R.ok("查询看护师成功").put("data", kanhushiView);
    }
	
    /**
     * 后端详情
     */
    @RequestMapping("/info/{id}")
    public R info(@PathVariable("id") Long id){
        KanhushiEntity kanhushi = kanhushiService.selectById(id);
        return R.ok().put("data", kanhushi);
    }

    /**
     * 前端详情
     */
    @RequestMapping("/detail/{id}")
    public R detail(@PathVariable("id") Long id){
        KanhushiEntity kanhushi = kanhushiService.selectById(id);
        return R.ok().put("data", kanhushi);
    }
    



    /**
     * 后端保存
     */
    @RequestMapping("/save")
    public R save(@RequestBody KanhushiEntity kanhushi, HttpServletRequest request){
    	kanhushi.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue());
    	//ValidatorUtils.validateEntity(kanhushi);
    	KanhushiEntity user = kanhushiService.selectOne(new EntityWrapper<KanhushiEntity>().eq("gonghao", kanhushi.getGonghao()));
		if(user!=null) {
			return R.error("用户已存在");
		}
		kanhushi.setId(new Date().getTime());
        kanhushiService.insert(kanhushi);
        return R.ok();
    }
    
    /**
     * 前端保存
     */
    @RequestMapping("/add")
    public R add(@RequestBody KanhushiEntity kanhushi, HttpServletRequest request){
    	kanhushi.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue());
    	//ValidatorUtils.validateEntity(kanhushi);
    	KanhushiEntity user = kanhushiService.selectOne(new EntityWrapper<KanhushiEntity>().eq("gonghao", kanhushi.getGonghao()));
		if(user!=null) {
			return R.error("用户已存在");
		}
		kanhushi.setId(new Date().getTime());
        kanhushiService.insert(kanhushi);
        return R.ok();
    }

    /**
     * 修改
     */
    @RequestMapping("/update")
    public R update(@RequestBody KanhushiEntity kanhushi, HttpServletRequest request){
        //ValidatorUtils.validateEntity(kanhushi);
        kanhushiService.updateById(kanhushi);//全部更新
        return R.ok();
    }
    

    /**
     * 删除
     */
    @RequestMapping("/delete")
    public R delete(@RequestBody Long[] ids){
        kanhushiService.deleteBatchIds(Arrays.asList(ids));
        return R.ok();
    }
    
    /**
     * 提醒接口
     */
	@RequestMapping("/remind/{columnName}/{type}")
	public R remindCount(@PathVariable("columnName") String columnName, HttpServletRequest request, 
						 @PathVariable("type") String type,@RequestParam Map<String, Object> map) {
		map.put("column", columnName);
		map.put("type", type);
		
		if(type.equals("2")) {
			SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
			Calendar c = Calendar.getInstance();
			Date remindStartDate = null;
			Date remindEndDate = null;
			if(map.get("remindstart")!=null) {
				Integer remindStart = Integer.parseInt(map.get("remindstart").toString());
				c.setTime(new Date()); 
				c.add(Calendar.DAY_OF_MONTH,remindStart);
				remindStartDate = c.getTime();
				map.put("remindstart", sdf.format(remindStartDate));
			}
			if(map.get("remindend")!=null) {
				Integer remindEnd = Integer.parseInt(map.get("remindend").toString());
				c.setTime(new Date());
				c.add(Calendar.DAY_OF_MONTH,remindEnd);
				remindEndDate = c.getTime();
				map.put("remindend", sdf.format(remindEndDate));
			}
		}
		
		Wrapper<KanhushiEntity> wrapper = new EntityWrapper<KanhushiEntity>();
		if(map.get("remindstart")!=null) {
			wrapper.ge(columnName, map.get("remindstart"));
		}
		if(map.get("remindend")!=null) {
			wrapper.le(columnName, map.get("remindend"));
		}


		int count = kanhushiService.selectCount(wrapper);
		return R.ok().put("count", count);
	}
	


}

package com.controller;

import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Map;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpServletRequest;

import com.utils.ValidatorUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.format.annotation.DateTimeFormat;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.baomidou.mybatisplus.mapper.Wrapper;
import com.annotation.IgnoreAuth;

import com.entity.ZhoubianshangpinEntity;
import com.entity.view.ZhoubianshangpinView;

import com.service.ZhoubianshangpinService;
import com.service.TokenService;
import com.utils.PageUtils;
import com.utils.R;
import com.utils.MD5Util;
import com.utils.MPUtil;
import com.utils.CommonUtil;


/**
 * 周边商品
 * 后端接口
 * @author 
 * @email 
 * @date 2021-04-17 15:15:30
 */
@RestController
@RequestMapping("/zhoubianshangpin")
public class ZhoubianshangpinController {
    @Autowired
    private ZhoubianshangpinService zhoubianshangpinService;
    


    /**
     * 后端列表
     */
    @RequestMapping("/page")
    public R page(@RequestParam Map<String, Object> params,ZhoubianshangpinEntity zhoubianshangpin,
		HttpServletRequest request){
        EntityWrapper<ZhoubianshangpinEntity> ew = new EntityWrapper<ZhoubianshangpinEntity>();
		PageUtils page = zhoubianshangpinService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, zhoubianshangpin), params), params));

        return R.ok().put("data", page);
    }
    
    /**
     * 前端列表
     */
	@IgnoreAuth
    @RequestMapping("/list")
    public R list(@RequestParam Map<String, Object> params,ZhoubianshangpinEntity zhoubianshangpin, HttpServletRequest request){
        EntityWrapper<ZhoubianshangpinEntity> ew = new EntityWrapper<ZhoubianshangpinEntity>();
		PageUtils page = zhoubianshangpinService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, zhoubianshangpin), params), params));
        return R.ok().put("data", page);
    }

	/**
     * 列表
     */
    @RequestMapping("/lists")
    public R list( ZhoubianshangpinEntity zhoubianshangpin){
       	EntityWrapper<ZhoubianshangpinEntity> ew = new EntityWrapper<ZhoubianshangpinEntity>();
      	ew.allEq(MPUtil.allEQMapPre( zhoubianshangpin, "zhoubianshangpin")); 
        return R.ok().put("data", zhoubianshangpinService.selectListView(ew));
    }

	 /**
     * 查询
     */
    @RequestMapping("/query")
    public R query(ZhoubianshangpinEntity zhoubianshangpin){
        EntityWrapper< ZhoubianshangpinEntity> ew = new EntityWrapper< ZhoubianshangpinEntity>();
 		ew.allEq(MPUtil.allEQMapPre( zhoubianshangpin, "zhoubianshangpin")); 
		ZhoubianshangpinView zhoubianshangpinView =  zhoubianshangpinService.selectView(ew);
		return R.ok("查询周边商品成功").put("data", zhoubianshangpinView);
    }
	
    /**
     * 后端详情
     */
    @RequestMapping("/info/{id}")
    public R info(@PathVariable("id") Long id){
        ZhoubianshangpinEntity zhoubianshangpin = zhoubianshangpinService.selectById(id);
		zhoubianshangpin.setClicknum(zhoubianshangpin.getClicknum()+1);
		zhoubianshangpinService.updateById(zhoubianshangpin);
        return R.ok().put("data", zhoubianshangpin);
    }

    /**
     * 前端详情
     */
    @RequestMapping("/detail/{id}")
    public R detail(@PathVariable("id") Long id){
        ZhoubianshangpinEntity zhoubianshangpin = zhoubianshangpinService.selectById(id);
		zhoubianshangpin.setClicknum(zhoubianshangpin.getClicknum()+1);
		zhoubianshangpinService.updateById(zhoubianshangpin);
        return R.ok().put("data", zhoubianshangpin);
    }
    


    /**
     * 赞或踩
     */
    @RequestMapping("/thumbsup/{id}")
    public R vote(@PathVariable("id") String id,String type){
        ZhoubianshangpinEntity zhoubianshangpin = zhoubianshangpinService.selectById(id);
        if(type.equals("1")) {
        	zhoubianshangpin.setThumbsupnum(zhoubianshangpin.getThumbsupnum()+1);
        } else {
        	zhoubianshangpin.setCrazilynum(zhoubianshangpin.getCrazilynum()+1);
        }
        zhoubianshangpinService.updateById(zhoubianshangpin);
        return R.ok("投票成功");
    }

    /**
     * 后端保存
     */
    @RequestMapping("/save")
    public R save(@RequestBody ZhoubianshangpinEntity zhoubianshangpin, HttpServletRequest request){
    	zhoubianshangpin.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue());
    	//ValidatorUtils.validateEntity(zhoubianshangpin);
        zhoubianshangpinService.insert(zhoubianshangpin);
        return R.ok();
    }
    
    /**
     * 前端保存
     */
	@IgnoreAuth
    @RequestMapping("/add")
    public R add(@RequestBody ZhoubianshangpinEntity zhoubianshangpin, HttpServletRequest request){
    	zhoubianshangpin.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue());
    	//ValidatorUtils.validateEntity(zhoubianshangpin);
        zhoubianshangpinService.insert(zhoubianshangpin);
        return R.ok();
    }

    /**
     * 修改
     */
    @RequestMapping("/update")
    public R update(@RequestBody ZhoubianshangpinEntity zhoubianshangpin, HttpServletRequest request){
        //ValidatorUtils.validateEntity(zhoubianshangpin);
        zhoubianshangpinService.updateById(zhoubianshangpin);//全部更新
        return R.ok();
    }
    

    /**
     * 删除
     */
    @RequestMapping("/delete")
    public R delete(@RequestBody Long[] ids){
        zhoubianshangpinService.deleteBatchIds(Arrays.asList(ids));
        return R.ok();
    }
    
    /**
     * 提醒接口
     */
	@RequestMapping("/remind/{columnName}/{type}")
	public R remindCount(@PathVariable("columnName") String columnName, HttpServletRequest request, 
						 @PathVariable("type") String type,@RequestParam Map<String, Object> map) {
		map.put("column", columnName);
		map.put("type", type);
		
		if(type.equals("2")) {
			SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
			Calendar c = Calendar.getInstance();
			Date remindStartDate = null;
			Date remindEndDate = null;
			if(map.get("remindstart")!=null) {
				Integer remindStart = Integer.parseInt(map.get("remindstart").toString());
				c.setTime(new Date()); 
				c.add(Calendar.DAY_OF_MONTH,remindStart);
				remindStartDate = c.getTime();
				map.put("remindstart", sdf.format(remindStartDate));
			}
			if(map.get("remindend")!=null) {
				Integer remindEnd = Integer.parseInt(map.get("remindend").toString());
				c.setTime(new Date());
				c.add(Calendar.DAY_OF_MONTH,remindEnd);
				remindEndDate = c.getTime();
				map.put("remindend", sdf.format(remindEndDate));
			}
		}
		
		Wrapper<ZhoubianshangpinEntity> wrapper = new EntityWrapper<ZhoubianshangpinEntity>();
		if(map.get("remindstart")!=null) {
			wrapper.ge(columnName, map.get("remindstart"));
		}
		if(map.get("remindend")!=null) {
			wrapper.le(columnName, map.get("remindend"));
		}


		int count = zhoubianshangpinService.selectCount(wrapper);
		return R.ok().put("count", count);
	}
	


}

  • 17
    点赞
  • 19
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
基于springboot的超市管理平台主要包括商品管理、库存管理、销售管理、用户管理等功能模块。首先,设计数据库模型,包括商品信息、库存信息、销售信息和用户信息等表,使用MySQL数据库存储数据。然后,利用springboot框架搭建后端服务,实现对数据库的增删改查操作。在商品管理模块中,实现对商品信息的录入、修改和删除功能;在库存管理模块中,实现库存数量的管理和出入库记录的查询;在销售管理模块中,实现销售订单的录入和查询;在用户管理模块中,实现用户信息的管理和权限控制。 为了方便用户操作,还可以设计一个前端页面,使用HTML、CSS和JavaScript等技术实现界面设计和交互功能。通过前后端的交互,实现用户对商品信息、库存信息、销售信息和用户信息的管理和查询。 另外,还可以利用springboot的安全框架实现对用户权限和登录状态的控制,保障系统的安全性。在系统性能方面,可以通过使用缓存技术和优化数据库查询语句等手段提高系统响应速度和并发处理能力。 最后,通过持续的需求收集和用户反馈,不断完善系统功能,提高用户体验。同时,定期进行系统维护和更新,保持系统的稳定性和安全性。基于springboot的超市管理平台设计与实施需要综合运用数据库、后端开发和前端设计等多种技术,以实现对超市运营各环节的全面管理和智能化服务。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值