Struts2完整对商品表的增删查改.docVIP

  • 7
  • 0
  • 约2.1万字
  • 约 28页
  • 2020-08-16 发布于浙江
  • 举报
Struts2+ easyui完整对商品表的增删查改 代码结构分层: model dao service action 配置文件struts-goods.xml JSP页面代码 JS代码 使用了easyui 代码如下: package com.entor.model; public class Goods { private int id;//id private String goods_no;//商品编号 private String goods_name;//名字 private double goods_price;//价格 private int goods_store;//库存 public Goods(){}; public Goods(int id,String goods_no,String goods_name,double goods_price,int goods_store){ this.id=id; this.goods_no=goods_no; this.goods_name=goods_name; this.goods_price=goods_price; this.goods_store=goods_store; } public int getId() { return id; } publi

文档评论(0)

1亿VIP精品文档

相关文档