|
|
@@ -1,4 +1,4 @@
|
|
|
-package com.usoftchina.saas.document.po;
|
|
|
+package com.usoftchina.saas.document.entities;
|
|
|
|
|
|
import com.usoftchina.saas.base.entity.CommonBaseEntity;
|
|
|
|
|
|
@@ -12,7 +12,6 @@ import java.util.Date;
|
|
|
*/
|
|
|
public class Warehouse extends CommonBaseEntity implements Serializable {
|
|
|
|
|
|
- private long wh_id;
|
|
|
private String wh_code;
|
|
|
private String wh_type;
|
|
|
private String wh_description;
|
|
|
@@ -30,14 +29,6 @@ public class Warehouse extends CommonBaseEntity implements Serializable {
|
|
|
private String wh_text4;
|
|
|
private String wh_text5;
|
|
|
|
|
|
- public long getWh_id() {
|
|
|
- return wh_id;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWh_id(long wh_id) {
|
|
|
- this.wh_id = wh_id;
|
|
|
- }
|
|
|
-
|
|
|
public String getWh_code() {
|
|
|
return wh_code;
|
|
|
}
|