From aba6a4f1968e4214d6e2fdd5ee2814815adff838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 12 Nov 2016 22:50:41 -0600 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=8C=E6=95=B4=E7=90=86=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E8=A1=A8=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jsh/model/po/Basicuser.hbm.xml | 2 +- .../classes/com/jsh/model/po/Depot.hbm.xml | 2 +- .../com/jsh/model/po/Logdetails.hbm.xml | 2 +- .../com/jsh/model/po/Measureunit.class | Bin 1731 -> 0 bytes .../com/jsh/model/po/Measureunit.hbm.xml | 26 ------- .../classes/com/jsh/model/po/Supplier.hbm.xml | 2 +- .../classes/hibernate/hibernate.cfg.xml | 1 - config/hibernate/hibernate.cfg.xml | 1 - readme.txt | 1 - src/com/jsh/model/po/Basicuser.hbm.xml | 2 +- src/com/jsh/model/po/Depot.hbm.xml | 2 +- src/com/jsh/model/po/Logdetails.hbm.xml | 2 +- src/com/jsh/model/po/Measureunit.hbm.xml | 26 ------- src/com/jsh/model/po/Measureunit.java | 72 ------------------ src/com/jsh/model/po/Supplier.hbm.xml | 2 +- 15 files changed, 8 insertions(+), 135 deletions(-) delete mode 100644 WebRoot/WEB-INF/classes/com/jsh/model/po/Measureunit.class delete mode 100644 WebRoot/WEB-INF/classes/com/jsh/model/po/Measureunit.hbm.xml delete mode 100644 readme.txt delete mode 100644 src/com/jsh/model/po/Measureunit.hbm.xml delete mode 100644 src/com/jsh/model/po/Measureunit.java diff --git a/WebRoot/WEB-INF/classes/com/jsh/model/po/Basicuser.hbm.xml b/WebRoot/WEB-INF/classes/com/jsh/model/po/Basicuser.hbm.xml index 20a86162..5b7a04eb 100644 --- a/WebRoot/WEB-INF/classes/com/jsh/model/po/Basicuser.hbm.xml +++ b/WebRoot/WEB-INF/classes/com/jsh/model/po/Basicuser.hbm.xml @@ -2,7 +2,7 @@ - + diff --git a/WebRoot/WEB-INF/classes/com/jsh/model/po/Depot.hbm.xml b/WebRoot/WEB-INF/classes/com/jsh/model/po/Depot.hbm.xml index e739cc73..17fdd785 100644 --- a/WebRoot/WEB-INF/classes/com/jsh/model/po/Depot.hbm.xml +++ b/WebRoot/WEB-INF/classes/com/jsh/model/po/Depot.hbm.xml @@ -2,7 +2,7 @@ - + diff --git a/WebRoot/WEB-INF/classes/com/jsh/model/po/Logdetails.hbm.xml b/WebRoot/WEB-INF/classes/com/jsh/model/po/Logdetails.hbm.xml index c9ab0139..8f6d4429 100644 --- a/WebRoot/WEB-INF/classes/com/jsh/model/po/Logdetails.hbm.xml +++ b/WebRoot/WEB-INF/classes/com/jsh/model/po/Logdetails.hbm.xml @@ -2,7 +2,7 @@ - + diff --git a/WebRoot/WEB-INF/classes/com/jsh/model/po/Measureunit.class b/WebRoot/WEB-INF/classes/com/jsh/model/po/Measureunit.class deleted file mode 100644 index 3b4ef7e51b75953c8b4deeab5ed4f1e97a9e85a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1731 zcma)*-%b-j6voe#Wee?Epp+FX1;szK1z7?024YN95|gTlAooioXontUDI;jP>35v-@XYD>E!lQ@ zzVk}DVLy=lt`}v=5Hx%4esG<(+dXyOoSe%hW=%mQHS77#p$t5??R|1j+EP%)Yhg!Y zxTWEDPxk~(v0c~gKvGPs9!7zu*7GeHHUqC0d45+=)(by|k?aVXON!6@AcB{<@4@Ve zpowbjSdj4yje&&l<;AiX1e-*%3?jtnEW)7u+&`G1Yde#BYNs5~^xvPILB zW2_a6^7`$jMHXEXlxqgkjbsE8+*{hQNL*?B0P23PHBe{O2TxC)%IGETwpgu=7lOr5 zFXkb7H@N81h;(?>5D!HQDe3X87GU)}*%Jk98=1&4(Pf{^kDe8GN{+cMC8d#*;_OiG zq2CXh^1$QvolP|V7B?~7LZlP;O_D(wzHt0^GMu#4@fFdfwr39D-YTUQVQ`ME z;^0zk#I>d;J(x1SBNsi!I^4u zEj6_2Ahah?b7!2MK^$~eg5RFJK7kjgm79zgc50O3nw5QiS%$t{_@n$>ZTr>P*@s8eqqNhHy0 UI*}IuIk*CZdxSxDRWm&N3revcr~m)} diff --git a/WebRoot/WEB-INF/classes/com/jsh/model/po/Measureunit.hbm.xml b/WebRoot/WEB-INF/classes/com/jsh/model/po/Measureunit.hbm.xml deleted file mode 100644 index e3daccea..00000000 --- a/WebRoot/WEB-INF/classes/com/jsh/model/po/Measureunit.hbm.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - 计量名称 - - - - - 计量描述 - - - - - 是否系统自带 0==系统 1==非系统 - - - - diff --git a/WebRoot/WEB-INF/classes/com/jsh/model/po/Supplier.hbm.xml b/WebRoot/WEB-INF/classes/com/jsh/model/po/Supplier.hbm.xml index a68578a1..f08bf17d 100644 --- a/WebRoot/WEB-INF/classes/com/jsh/model/po/Supplier.hbm.xml +++ b/WebRoot/WEB-INF/classes/com/jsh/model/po/Supplier.hbm.xml @@ -2,7 +2,7 @@ - + diff --git a/WebRoot/WEB-INF/classes/hibernate/hibernate.cfg.xml b/WebRoot/WEB-INF/classes/hibernate/hibernate.cfg.xml index 0d88f444..889128e7 100644 --- a/WebRoot/WEB-INF/classes/hibernate/hibernate.cfg.xml +++ b/WebRoot/WEB-INF/classes/hibernate/hibernate.cfg.xml @@ -22,7 +22,6 @@ - diff --git a/config/hibernate/hibernate.cfg.xml b/config/hibernate/hibernate.cfg.xml index 0d88f444..889128e7 100644 --- a/config/hibernate/hibernate.cfg.xml +++ b/config/hibernate/hibernate.cfg.xml @@ -22,7 +22,6 @@ - diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 7602cfa9..00000000 --- a/readme.txt +++ /dev/null @@ -1 +0,0 @@ -jsh123 diff --git a/src/com/jsh/model/po/Basicuser.hbm.xml b/src/com/jsh/model/po/Basicuser.hbm.xml index 20a86162..5b7a04eb 100644 --- a/src/com/jsh/model/po/Basicuser.hbm.xml +++ b/src/com/jsh/model/po/Basicuser.hbm.xml @@ -2,7 +2,7 @@ - + diff --git a/src/com/jsh/model/po/Depot.hbm.xml b/src/com/jsh/model/po/Depot.hbm.xml index e739cc73..17fdd785 100644 --- a/src/com/jsh/model/po/Depot.hbm.xml +++ b/src/com/jsh/model/po/Depot.hbm.xml @@ -2,7 +2,7 @@ - + diff --git a/src/com/jsh/model/po/Logdetails.hbm.xml b/src/com/jsh/model/po/Logdetails.hbm.xml index c9ab0139..8f6d4429 100644 --- a/src/com/jsh/model/po/Logdetails.hbm.xml +++ b/src/com/jsh/model/po/Logdetails.hbm.xml @@ -2,7 +2,7 @@ - + diff --git a/src/com/jsh/model/po/Measureunit.hbm.xml b/src/com/jsh/model/po/Measureunit.hbm.xml deleted file mode 100644 index e3daccea..00000000 --- a/src/com/jsh/model/po/Measureunit.hbm.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - 计量名称 - - - - - 计量描述 - - - - - 是否系统自带 0==系统 1==非系统 - - - - diff --git a/src/com/jsh/model/po/Measureunit.java b/src/com/jsh/model/po/Measureunit.java deleted file mode 100644 index 995e156f..00000000 --- a/src/com/jsh/model/po/Measureunit.java +++ /dev/null @@ -1,72 +0,0 @@ -package com.jsh.model.po; - -import java.sql.Timestamp; - -@SuppressWarnings("serial") -public class Measureunit implements java.io.Serializable -{ - private Long id; - private String unitname; - private String description; - private Short isystem; - - public Measureunit() - { - - } - - public Measureunit(Long id) - { - this.id = id; - } - - public Measureunit(String unitname, Timestamp createtime, Long creator, - Timestamp updatetime, Long updator, String description, - Short isystem) - { - this.unitname = unitname; - this.description = description; - this.isystem = isystem; - } - - public Long getId() - { - return this.id; - } - - public void setId(Long id) - { - this.id = id; - } - - public String getUnitname() - { - return this.unitname; - } - - public void setUnitname(String unitname) - { - this.unitname = unitname; - } - - public String getDescription() - { - return this.description; - } - - public void setDescription(String description) - { - this.description = description; - } - - public Short getIsystem() - { - return this.isystem; - } - - public void setIsystem(Short isystem) - { - this.isystem = isystem; - } - -} \ No newline at end of file diff --git a/src/com/jsh/model/po/Supplier.hbm.xml b/src/com/jsh/model/po/Supplier.hbm.xml index a68578a1..f08bf17d 100644 --- a/src/com/jsh/model/po/Supplier.hbm.xml +++ b/src/com/jsh/model/po/Supplier.hbm.xml @@ -2,7 +2,7 @@ - +