毕业设计第二套 - springboot财会信息管理系统+数据库描述

技术框架

开发语言:Java
框架:springboot
JDK版本:JDK1.8
服务器:tomcat7
数据库:mysql 5.7
数据库工具:Navicat
开发软件:eclipse/myeclipse/idea
Maven包:Maven

部分源码路径:moomshue/spirngboot-vue: springboot-基于vue的音乐播放系统(论文+PPT) (github.com)

有需要后台联系

部分源码如下

package com.cl.service;

import com.baomidou.mybatisplus.mapper.Wrapper;
import com.baomidou.mybatisplus.service.IService;
import com.cl.utils.PageUtils;
import com.cl.entity.BaobiaotianxieEntity;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Param;
import com.cl.entity.view.BaobiaotianxieView;


/**
 * 报表填写
 *
 * @author 
 * @email 
 * @date 2024-05-25 09:31:06
 */
public interface BaobiaotianxieService extends IService<BaobiaotianxieEntity> {

    PageUtils queryPage(Map<String, Object> params);
    
   	List<BaobiaotianxieView> selectListView(Wrapper<BaobiaotianxieEntity> wrapper);
   	
   	BaobiaotianxieView selectView(@Param("ew") Wrapper<BaobiaotianxieEntity> wrapper);
   	
   	PageUtils queryPage(Map<String, Object> params,Wrapper<BaobiaotianxieEntity> wrapper);
   	

}
package com.cl.service;

import com.baomidou.mybatisplus.mapper.Wrapper;
import com.baomidou.mybatisplus.service.IService;
import com.cl.utils.PageUtils;
import com.cl.entity.CaiwujingliEntity;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Param;
import com.cl.entity.view.CaiwujingliView;


/**
 * 财务经理
 *
 * @author 
 * @email 
 * @date 2024-05-25 09:31:06
 */
public interface CaiwujingliService extends IService<CaiwujingliEntity> {

    PageUtils queryPage(Map<String, Object> params);
    
   	List<CaiwujingliView> selectListView(Wrapper<CaiwujingliEntity> wrapper);
   	
   	CaiwujingliView selectView(@Param("ew") Wrapper<CaiwujingliEntity> wrapper);
   	
   	PageUtils queryPage(Map<String, Object> params,Wrapper<CaiwujingliEntity> wrapper);
   	

}
package com.cl.service;

import com.baomidou.mybatisplus.mapper.Wrapper;
import com.baomidou.mybatisplus.service.IService;
import com.cl.utils.PageUtils;
import com.cl.entity.JizhangyuanEntity;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Param;
import com.cl.entity.view.JizhangyuanView;


/**
 * 记账员
 *
 * @author 
 * @email 
 * @date 2024-05-25 09:31:06
 */
public interface JizhangyuanService extends IService<JizhangyuanEntity> {

    PageUtils queryPage(Map<String, Object> params);
    
   	List<JizhangyuanView> selectListView(Wrapper<JizhangyuanEntity> wrapper);
   	
   	JizhangyuanView selectView(@Param("ew") Wrapper<JizhangyuanEntity> wrapper);
   	
   	PageUtils queryPage(Map<String, Object> params,Wrapper<JizhangyuanEntity> wrapper);
   	

}
package com.cl.service;

import com.baomidou.mybatisplus.mapper.Wrapper;
import com.baomidou.mybatisplus.service.IService;
import com.cl.utils.PageUtils;
import com.cl.entity.ZhangmuleibieEntity;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Param;
import com.cl.entity.view.ZhangmuleibieView;


/**
 * 账目类别
 *
 * @author 
 * @email 
 * @date 2024-05-25 09:31:06
 */
public interface ZhangmuleibieService extends IService<ZhangmuleibieEntity> {

    PageUtils queryPage(Map<String, Object> params);
    
   	List<ZhangmuleibieView> selectListView(Wrapper<ZhangmuleibieEntity> wrapper);
   	
   	ZhangmuleibieView selectView(@Param("ew") Wrapper<ZhangmuleibieEntity> wrapper);
   	
   	PageUtils queryPage(Map<String, Object> params,Wrapper<ZhangmuleibieEntity> wrapper);
   	

}

部分源码地址:moomshue/java---: 财会信息管理系统的分析 (github.com)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

白鱼塘

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值