SSM入门级酒店管理系统


注:非maven项目。 压缩包内含有源码以及对应的sql文件。
资源截图
代码片段和文件信息
package com.gx.dao;

import java.util.List;

import org.apache.ibatis.annotations.Param;

import com.gx.po.AttributePo;


public interface AttributeDao {
    // 新增商品类别 
public int insertAll(@Param(“newid“)int newid @Param(“newname“)String newname);

// 删除商品类别 
public int deleteById(Integer id);

//客房等级
public List selectGuestRoomLevel( );

//房态
public List selectRoomState( );

//商品类别
public List selectCommodityType( );

//计量单位
public List selectUOM( );

//查看对象类别
public List selectTargetType( );

//查看性别
public List selectGender( );

//查看民族
public List selectNation( );

//查看旅客级别
public List selectPassengerLevel( );

//查看文化程度
public List selectEducationDegree( );

//查看证件类型
    public List selectPapers( );

//查看事由
public List selectThingReason( );

//旅客类别
public List selectPassengerType( );

//结账单位
public List selectBillUnit( );

//结账方式
public List selectPayWay( );

//出租方式
public List selectRentOutType( );

//结账否
public List selectIsPay( );

//预订状态
public List selectPredetermineState( );

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1520  2018-12-18 15:20  .classpath
     文件        1044  2018-03-28 14:56  .project
     目录           0  2019-01-10 16:37  WebContent
     目录           0  2019-01-10 16:37  WebContentmeta-INF
     文件          39  2018-03-28 14:56  WebContentmeta-INFMANIFEST.MF
     目录           0  2019-01-10 16:37  WebContentMy97DatePicker
     文件       10235  2018-03-28 14:56  WebContentMy97DatePickerWdatePicker.js
     文件       22544  2018-03-28 14:56  WebContentMy97DatePickercalendar.js
     目录           0  2019-01-10 16:37  WebContentMy97DatePickerlang
     文件         644  2018-03-28 14:56  WebContentMy97DatePickerlangen.js
     文件        1089  2018-03-28 14:56  WebContentMy97DatePickerlangzh-cn.js
     文件        1088  2018-03-28 14:56  WebContentMy97DatePickerlangzh-tw.js
     目录           0  2019-01-10 16:37  WebContentMy97DatePickerskin
     文件         144  2018-03-28 14:56  WebContentMy97DatePickerskinWdatePicker.css
     文件        1043  2018-03-28 14:56  WebContentMy97DatePickerskindatePicker.gif
     目录           0  2019-01-10 16:37  WebContentMy97DatePickerskindefault
     文件        3360  2018-03-28 14:56  WebContentMy97DatePickerskindefaultdatepicker.css
     文件        1578  2018-03-28 14:56  WebContentMy97DatePickerskindefaultimg.gif
     目录           0  2019-01-10 16:37  WebContentMy97DatePickerskin woer
     文件        4763  2018-03-28 14:56  WebContentMy97DatePickerskin woerdatepicker-dev.css
     文件        3486  2018-03-28 14:56  WebContentMy97DatePickerskin woerdatepicker.css
     文件         475  2018-03-28 14:56  WebContentMy97DatePickerskin woerimg.gif
     文件       49301  2018-03-28 14:56  WebContentMy97DatePickerskin woerimg.png
     目录           0  2019-01-10 16:37  WebContentMy97DatePickerskinwhyGreen
     文件         307  2018-03-28 14:56  WebContentMy97DatePickerskinwhyGreeng.jpg
     文件        3933  2018-03-28 14:56  WebContentMy97DatePickerskinwhyGreendatepicker.css
     文件        1679  2018-03-28 14:56  WebContentMy97DatePickerskinwhyGreenimg.gif
     目录           0  2019-01-10 16:37  WebContentWEB-INF
     目录           0  2019-01-10 16:37  WebContentWEB-INFjsp
     目录           0  2019-01-10 16:37  WebContentWEB-INFjspcommodity
     文件        9755  2018-03-28 14:57  WebContentWEB-INFjspcommodityadd.jsp
............此处省略508个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)