登录
首页 » Java » wms

wms

于 2020-10-27 发布 文件大小:3214KB
0 91
下载积分: 1 下载次数: 108

代码说明:

  使用jQuery EasyUI创建的仓库管理系统包括系统管理、数据维护、业务单据管理等. 数据库采用MYSQL, 帐号/密码:root/root,演示登录帐号/密码:admin/admin。(Use the jQuery EasyUI created warehouse management system, including system management, data maintenance, and management of business documents. Database MYSQL, account/password: root/root demo login account/password: admin/admin.)

文件列表:

wms
...\.classpath,845,2011-01-08
...\.project,1036,2011-01-08
...\build
...\.....\classes
...\.....\.......\controllers
...\.....\.......\...........\ApplicationController.class,1200,2011-04-13
...\.....\.......\...........\BillController.class,10692,2011-05-04
...\.....\.......\...........\data
...\.....\.......\...........\....\DepotController.class,1748,2011-04-05
...\.....\.......\...........\....\GoodController.class,3998,2011-04-23
...\.....\.......\...........\....\GoodTypeController.class,5369,2011-01-11
...\.....\.......\...........\....\IntercourseController.class,4040,2011-04-23
...\.....\.......\...........\....\IntercourseTypeController.class,5164,2011-04-05
...\.....\.......\...........\....\MeasureUnitController.class,1784,2011-04-05
...\.....\.......\...........\HomeController.class,2762,2011-07-13
...\.....\.......\...........\stock
...\.....\.......\...........\.....\InStockController.class,5795,2011-05-04
...\.....\.......\...........\.....\OutStockController.class,2689,2011-04-20
...\.....\.......\...........\.....\RtnPurchaseController.class,2700,2011-05-03
...\.....\.......\...........\.....\StockController.class,4698,2011-04-30
...\.....\.......\...........\.....\TransferController.class,2689,2011-04-27
...\.....\.......\...........\system
...\.....\.......\...........\......\DepartmentController.class,5317,2011-04-12
...\.....\.......\...........\......\MainController.class,387,2011-04-12
...\.....\.......\...........\......\PrivilegeController.class,5322,2011-04-12
...\.....\.......\...........\......\PrivilegeTypeController.class,3562,2011-04-30
...\.....\.......\...........\......\RoleController.class,4500,2011-04-12
...\.....\.......\...........\......\UserController.class,3138,2011-04-12
...\.....\.......\models
...\.....\.......\......\Bill.class,7128,2011-05-04
...\.....\.......\......\BillDetail.class,3102,2011-05-04
...\.....\.......\......\BillQuery.class,1945,2011-04-30
...\.....\.......\......\Depot.class,1327,2011-01-10
...\.....\.......\......\Good.class,4045,2011-03-15
...\.....\.......\......\GoodType.class,3410,2011-04-05
...\.....\.......\......\Intercourse.class,5262,2011-04-07
...\.....\.......\......\IntercourseType.class,3438,2011-04-05
...\.....\.......\......\MeasureUnit.class,1351,2011-01-10
...\.....\.......\......\Stock.class,2308,2011-04-19
...\.....\.......\rbac
...\.....\.......\....\impl
...\.....\.......\....\....\DefaultRbacService.class,7316,2011-04-12
...\.....\.......\....\models
...\.....\.......\....\......\Department.class,2974,2011-04-12
...\.....\.......\....\......\Privilege.class,2159,2011-04-12
...\.....\.......\....\......\PrivilegeType.class,2026,2011-04-12
...\.....\.......\....\......\Role.class,2612,2011-04-12
...\.....\.......\....\......\Session.class,1772,2011-04-12
...\.....\.......\....\......\User.class,4215,2011-04-12
...\.....\.......\....\RbacException.class,654,2011-04-12
...\.....\.......\....\RbacService.class,552,2011-04-12
...\.....\.......\service
...\.....\.......\.......\CheckService.class,7255,2011-05-04
...\db
...\..\rbac.sql,1321,2011-04-12
...\..\wms.sql,3380,2011-05-04
...\src
...\...\controllers
...\...\...........\ApplicationController.java,622,2011-04-13
...\...\...........\BillController.java,8853,2011-05-04
...\...\...........\data
...\...\...........\....\DepotController.java,852,2011-04-05
...\...\...........\....\GoodController.java,2483,2011-04-23
...\...\...........\....\GoodTypeController.java,3947,2011-01-11
...\...\...........\....\IntercourseController.java,2576,2011-04-23
...\...\...........\....\IntercourseTypeController.java,3697,2011-04-05
...\...\...........\....\MeasureUnitController.java,924,2011-04-05
...\...\...........\HomeController.java,1465,2011-07-13
...\...\...........\stock
...\...\...........\.....\InStockController.java,3431,2011-05-04
...\...\...........\.....\OutStockController.java,1474,2011-04-20
...\...\...........\.....\RtnPurchaseController.java,1479,2011-05-03
...\...\...........\.....\StockController.java,3010,2011-04-30
...\...\...........\.....\TransferController.java,1471,2011-04-27
...\...\...........\system
...\...\...........\......\DepartmentController.java,3788,2010-10-25
...\...\...........\......\MainController.java,171,2010-10-21
...\...\...........\......\PrivilegeController.java,3453,2010-10-27
...\...\...........\......\PrivilegeTypeController.java,2148,2011-04-30
...\...\...........\......\RoleController.java,2557,2011-04-12
...\...\...........\......\UserController.java,1622,2010-12-31
...\...\models
...\...\......\Bill.java,5222,2011-05-04
...\...\......\BillDetail.java,2206,2011-05-04
...\...\......\BillQuery.java,1363,2011-04-30
...\...\......\Depot.java,804,2011-01-09
...\...\......\Good.java,3697,2011-03-15
...\...\......\GoodType.java,1970,2011-04-05
...\...\......\Intercourse.java,4441,2011-04-07
...\...\......\IntercourseType.java,1861,2011-04-05
...\...\......\MeasureUnit.java,818,2011-01-10
...\...\......\Stock.java,1566,2011-04-19
...\...\rbac
...\...\....\impl
...\...\....\....\DefaultRbacService.java,5346,2011-03-05
...\...\....\models
...\...\....\......\Department.java,1463,2010-10-26
...\...\....\......\Privilege.java,1522,2010-10-23
...\...\....\......\PrivilegeType.java,1267,2010-10-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 深入学习structs的框架,做更高级的程序编程师
    深入学习structs的框架,做更高级的程序编程师-Structs a framework for in-depth study to do more advanced programming division
    2022-08-16 07:29:44下载
    积分:1
  • TouchActivity
    触屏触摸活动测试代码,声明ImageView变量,声明相关变量作为存储图片宽高,位置使用,声明存储屏幕的分辨率变量,取得屏幕对象,取得屏幕解析像素,通过findViewById构造器创建ImageView对象,将图片从Drawable赋值给ImageView来呈现,当点击ImageView,还原初始位置,取得手指触控屏幕的位置,覆盖触控事件,防图片超过屏幕的相关处理,防止屏幕向右超过屏幕,以setLayoutParams方法,重新安排Layout上的位置,以setLayoutParams方法,重新安排Layout上的位置... (Weather Android source code, obtained Google s weather API data themselves may again be extended run shot more difficult to grasp here, an environmental source test it on the download, Android Weather WeatherForecast seems to be common and the primary example of a simple Android , but would like to develop a beautiful and feature-rich weather application, it requires a lot of knowledge of the perfect combination.)
    2013-08-01 18:19:48下载
    积分:1
  • java_socket
    linux下java_socket详解(Detailed java_socket under linux)
    2008-01-21 15:38:56下载
    积分:1
  • AudioPermissionTest
    Test that audio-related Permissions are enforced for Andriod.
    2013-10-21 01:17:08下载
    积分:1
  • 奉献股票交易软件的JAVA版本,ECLIPSE调试通过,没有BUG。
    奉献股票交易软件的JAVA版本,ECLIPSE调试通过,没有BUG。-Stock trading software, dedicated JAVA version, ECLIPSE debug through, there is no BUG.
    2022-01-21 05:28:53下载
    积分:1
  • DB2Populator is the Demo which using the class of DriverManagerConnectionProvide...
    DB2Populator is the Demo which using the class of DriverManagerConnectionProvider to connect DB2 /SQLServer and call the related SQL.
    2023-02-11 15:55:04下载
    积分:1
  • 自己制作一个音频文件播放器,能够播放多种音频格式的文件。 (1) 实现为Applet小程序 (2) 实现开始、暂停、停止等播放控制 (3) 维护一个...
    自己制作一个音频文件播放器,能够播放多种音频格式的文件。 (1) 实现为Applet小程序 (2) 实现开始、暂停、停止等播放控制 (3) 维护一个或多个播放列表 (4) 能够从Internet下载歌曲并播放。 其它功能可自行扩展。 -Own an audio file player, can play a variety of audio formats. (1) to achieve for the Applet applet (2) the realization of the start, pause, stop, such as playback controls (3) the maintenance of one or more playlists (4) can be downloaded from the Internet and play songs. Other features are free to expand.
    2022-07-27 01:52:18下载
    积分:1
  • 深入java虚拟机(第二版)光盘所有源码,书非常经典,Bill Vennere著...
    深入java虚拟机(第二版)光盘所有源码,书非常经典,Bill Vennere著-Java virtual machine-depth (second edition) CD-ROM of all source code, is a classic book, Bill Vennere the
    2023-03-15 12:05:04下载
    积分:1
  • JSPkaifa
    一本关于jsp应用开发的书籍,包含了JSP的基础知识,Servlet技术及JSP开发中使用数据库的内容。(A book about jsp application development, including basic knowledge of JSP, Servlet and JSP technology used in the development content of the database.)
    2013-10-13 16:05:44下载
    积分:1
  • 行计算器
    程序包括了界面的设置,是学校JAVA课的一个考试题目,适合学JAVA的学生去研究和讨论,计算能力比较全面,包括三角函数等一些计算,简单易用,发展空间还很大,有兴趣的可以看看
    2022-08-15 20:55:55下载
    积分:1
  • 696524资源总数
  • 103990会员总数
  • 18今日下载