• 大小: 19.72MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-26
  • 语言: 数据库
  • 标签: 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  WebContent\meta-INF\
     文件          39  2018-03-28 14:56  WebContent\meta-INF\MANIFEST.MF
     目录           0  2019-01-10 16:37  WebContent\My97DatePicker\
     文件       10235  2018-03-28 14:56  WebContent\My97DatePicker\WdatePicker.js
     文件       22544  2018-03-28 14:56  WebContent\My97DatePicker\calendar.js
     目录           0  2019-01-10 16:37  WebContent\My97DatePicker\lang\
     文件         644  2018-03-28 14:56  WebContent\My97DatePicker\lang\en.js
     文件        1089  2018-03-28 14:56  WebContent\My97DatePicker\lang\zh-cn.js
     文件        1088  2018-03-28 14:56  WebContent\My97DatePicker\lang\zh-tw.js
     目录           0  2019-01-10 16:37  WebContent\My97DatePicker\skin\
     文件         144  2018-03-28 14:56  WebContent\My97DatePicker\skin\WdatePicker.css
     文件        1043  2018-03-28 14:56  WebContent\My97DatePicker\skin\datePicker.gif
     目录           0  2019-01-10 16:37  WebContent\My97DatePicker\skin\default\
     文件        3360  2018-03-28 14:56  WebContent\My97DatePicker\skin\default\datepicker.css
     文件        1578  2018-03-28 14:56  WebContent\My97DatePicker\skin\default\img.gif
     目录           0  2019-01-10 16:37  WebContent\My97DatePicker\skin\twoer\
     文件        4763  2018-03-28 14:56  WebContent\My97DatePicker\skin\twoer\datepicker-dev.css
     文件        3486  2018-03-28 14:56  WebContent\My97DatePicker\skin\twoer\datepicker.css
     文件         475  2018-03-28 14:56  WebContent\My97DatePicker\skin\twoer\img.gif
     文件       49301  2018-03-28 14:56  WebContent\My97DatePicker\skin\twoer\img.png
     目录           0  2019-01-10 16:37  WebContent\My97DatePicker\skin\whyGreen\
     文件         307  2018-03-28 14:56  WebContent\My97DatePicker\skin\whyGreen\bg.jpg
     文件        3933  2018-03-28 14:56  WebContent\My97DatePicker\skin\whyGreen\datepicker.css
     文件        1679  2018-03-28 14:56  WebContent\My97DatePicker\skin\whyGreen\img.gif
     目录           0  2019-01-10 16:37  WebContent\WEB-INF\
     目录           0  2019-01-10 16:37  WebContent\WEB-INF\jsp\
     目录           0  2019-01-10 16:37  WebContent\WEB-INF\jsp\commodity\
     文件        9755  2018-03-28 14:57  WebContent\WEB-INF\jsp\commodity\add.jsp
............此处省略508个文件信息

评论

共有 条评论