|
@@ -0,0 +1,782 @@
|
|
|
+package net.chenlin.dp.modules.api.vo;
|
|
|
+
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class Inventory {
|
|
|
+ private String code;//存货编码 true
|
|
|
+ private String name;//存货名称 true
|
|
|
+ private String invaddcode;//存货代码
|
|
|
+ private String specs;//规格型号
|
|
|
+ private String sort_code;//所属分类码 true
|
|
|
+ private String unitgroup_code;//计量单位组编码 true
|
|
|
+ private String unitgroup_type;//计量单位组类型(0=无换算;1=固定;2=浮动) true
|
|
|
+ private String main_measure;//主计量单位 true
|
|
|
+ private String puunit_code;//采购默认单位编码
|
|
|
+ private String puunit_name;//采购默认单位名称
|
|
|
+ private String puunit_ichangrate;//采购默认单位换算率
|
|
|
+ private String saunit_code;//销售默认单位编码
|
|
|
+ private String saunit_name;//销售默认单位名称
|
|
|
+ private String saunit_ichangrate;//销售默认单位换算率
|
|
|
+ private String stunit_code;//库存默认单位编码
|
|
|
+ private String stunit_name;//库存默认单位名称
|
|
|
+ private String stunit_ichangrate;//库存默认单位换算率
|
|
|
+ private String bbarcode;//条形码管理
|
|
|
+ private String barcode;//条形码
|
|
|
+ private String ref_sale_price;//参考售价
|
|
|
+ private String bottom_sale_price;//最低售价
|
|
|
+ private String retailprice;//零售单价
|
|
|
+ private String fRetailPrice;//零售价格
|
|
|
+ private String bsuitretail;//适用零售(0:否 1:是)
|
|
|
+ private String start_date;//启用日期
|
|
|
+ private String end_date;//停用日期
|
|
|
+ private String defwarehouse;//默认仓库
|
|
|
+ private String defwarehousename;//默认仓库名称
|
|
|
+ private String iSupplyType;//供应类型
|
|
|
+ private String drawtype;//领料方式
|
|
|
+ private String iimptaxrate;//进项税率
|
|
|
+ private String tax_rate;//销项税率
|
|
|
+ private String ibomexpandunittype;//BOM展开单位
|
|
|
+ private String isurenesstype;//安全库存方法
|
|
|
+ private String bsrvproduct;//服务产品
|
|
|
+ private String bsrvfittings;//服务配件
|
|
|
+ private String bsrvitem;//服务项目
|
|
|
+ private String cSRPolicy;//供需政策
|
|
|
+ private String iSupplyPeriodType;//供应期间类型
|
|
|
+ private String cPlanMethod;//计划方法
|
|
|
+ private String pro_sale_price;//计划价或售价
|
|
|
+ private String pricetype;//计价方式
|
|
|
+ private String bpiece;//计件
|
|
|
+ private String icheckatp;//检查ATP
|
|
|
+ private String TestStyle;//检验方式
|
|
|
+ private String iAvailabilityDate;//可用日期
|
|
|
+ private String idrawtype;//领料方式
|
|
|
+ private String binvmodel;//模型
|
|
|
+ private String bATOModel;//是否ATO模型
|
|
|
+ private String bPTOModel;//是否PTO模型
|
|
|
+ private String bequipment;//是否备件
|
|
|
+ private String purchase_flag;//是否采购
|
|
|
+ private String bprjmat;//是否工程物料
|
|
|
+ private String bPlanInv;//是否计划品
|
|
|
+ private String sale_flag;//是否内销
|
|
|
+ private String prod_consu_flag;//是否生产耗用
|
|
|
+ private String bexpsale;//是否外销
|
|
|
+ private String bProxyForeign;//是否委外
|
|
|
+ private String bCheckItem;//是否选项类
|
|
|
+ private String in_making_flag;//是否在制
|
|
|
+ private String discount_flag;//是否折扣
|
|
|
+ private String selfmake_flag;//是否自制
|
|
|
+ private String bFeatureMatch;//特征选配
|
|
|
+ private String irequiretrackstyle;//需求跟踪方式
|
|
|
+ private String tax_serv_flag;//是否应税劳务
|
|
|
+ private String bbommain;//允许BOM母件
|
|
|
+ private String bbomsub;//允许BOM子件
|
|
|
+ private String bproductbill;//允许生产订单
|
|
|
+ private String binvasset;//资产
|
|
|
+ private String self_define1;//自定义
|
|
|
+ private String self_define2;//
|
|
|
+ private String self_define3;//
|
|
|
+ private String self_define4;//
|
|
|
+ private String self_define5;//
|
|
|
+ private String self_define6;//
|
|
|
+ private String self_define7;//
|
|
|
+ private String self_define8;//
|
|
|
+ private String self_define9;//
|
|
|
+ private String self_define10;//
|
|
|
+ private String self_define11;//
|
|
|
+ private String self_define12;//
|
|
|
+ private String self_define13;//
|
|
|
+ private String self_define14;//
|
|
|
+ private String self_define15;//
|
|
|
+ private String self_define16;//
|
|
|
+
|
|
|
+ private List<InventoryMin>entry=new ArrayList<>();
|
|
|
+
|
|
|
+ public String getTestStyle() {
|
|
|
+ return TestStyle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTestStyle(String testStyle) {
|
|
|
+ TestStyle = testStyle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getiAvailabilityDate() {
|
|
|
+ return iAvailabilityDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setiAvailabilityDate(String iAvailabilityDate) {
|
|
|
+ this.iAvailabilityDate = iAvailabilityDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getIdrawtype() {
|
|
|
+ return idrawtype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIdrawtype(String idrawtype) {
|
|
|
+ this.idrawtype = idrawtype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBinvmodel() {
|
|
|
+ return binvmodel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBinvmodel(String binvmodel) {
|
|
|
+ this.binvmodel = binvmodel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getbATOModel() {
|
|
|
+ return bATOModel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setbATOModel(String bATOModel) {
|
|
|
+ this.bATOModel = bATOModel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getbPTOModel() {
|
|
|
+ return bPTOModel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setbPTOModel(String bPTOModel) {
|
|
|
+ this.bPTOModel = bPTOModel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBequipment() {
|
|
|
+ return bequipment;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBequipment(String bequipment) {
|
|
|
+ this.bequipment = bequipment;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPurchase_flag() {
|
|
|
+ return purchase_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPurchase_flag(String purchase_flag) {
|
|
|
+ this.purchase_flag = purchase_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBprjmat() {
|
|
|
+ return bprjmat;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBprjmat(String bprjmat) {
|
|
|
+ this.bprjmat = bprjmat;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getbPlanInv() {
|
|
|
+ return bPlanInv;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setbPlanInv(String bPlanInv) {
|
|
|
+ this.bPlanInv = bPlanInv;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSale_flag() {
|
|
|
+ return sale_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSale_flag(String sale_flag) {
|
|
|
+ this.sale_flag = sale_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getProd_consu_flag() {
|
|
|
+ return prod_consu_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setProd_consu_flag(String prod_consu_flag) {
|
|
|
+ this.prod_consu_flag = prod_consu_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBexpsale() {
|
|
|
+ return bexpsale;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBexpsale(String bexpsale) {
|
|
|
+ this.bexpsale = bexpsale;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getbProxyForeign() {
|
|
|
+ return bProxyForeign;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setbProxyForeign(String bProxyForeign) {
|
|
|
+ this.bProxyForeign = bProxyForeign;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getbCheckItem() {
|
|
|
+ return bCheckItem;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setbCheckItem(String bCheckItem) {
|
|
|
+ this.bCheckItem = bCheckItem;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getIn_making_flag() {
|
|
|
+ return in_making_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIn_making_flag(String in_making_flag) {
|
|
|
+ this.in_making_flag = in_making_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDiscount_flag() {
|
|
|
+ return discount_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDiscount_flag(String discount_flag) {
|
|
|
+ this.discount_flag = discount_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelfmake_flag() {
|
|
|
+ return selfmake_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelfmake_flag(String selfmake_flag) {
|
|
|
+ this.selfmake_flag = selfmake_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getbFeatureMatch() {
|
|
|
+ return bFeatureMatch;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setbFeatureMatch(String bFeatureMatch) {
|
|
|
+ this.bFeatureMatch = bFeatureMatch;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getIrequiretrackstyle() {
|
|
|
+ return irequiretrackstyle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIrequiretrackstyle(String irequiretrackstyle) {
|
|
|
+ this.irequiretrackstyle = irequiretrackstyle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getTax_serv_flag() {
|
|
|
+ return tax_serv_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTax_serv_flag(String tax_serv_flag) {
|
|
|
+ this.tax_serv_flag = tax_serv_flag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBbommain() {
|
|
|
+ return bbommain;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBbommain(String bbommain) {
|
|
|
+ this.bbommain = bbommain;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBbomsub() {
|
|
|
+ return bbomsub;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBbomsub(String bbomsub) {
|
|
|
+ this.bbomsub = bbomsub;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBproductbill() {
|
|
|
+ return bproductbill;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBproductbill(String bproductbill) {
|
|
|
+ this.bproductbill = bproductbill;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBinvasset() {
|
|
|
+ return binvasset;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBinvasset(String binvasset) {
|
|
|
+ this.binvasset = binvasset;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define1() {
|
|
|
+ return self_define1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define1(String self_define1) {
|
|
|
+ this.self_define1 = self_define1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define2() {
|
|
|
+ return self_define2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define2(String self_define2) {
|
|
|
+ this.self_define2 = self_define2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define3() {
|
|
|
+ return self_define3;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define3(String self_define3) {
|
|
|
+ this.self_define3 = self_define3;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define4() {
|
|
|
+ return self_define4;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define4(String self_define4) {
|
|
|
+ this.self_define4 = self_define4;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define5() {
|
|
|
+ return self_define5;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define5(String self_define5) {
|
|
|
+ this.self_define5 = self_define5;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define6() {
|
|
|
+ return self_define6;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define6(String self_define6) {
|
|
|
+ this.self_define6 = self_define6;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define7() {
|
|
|
+ return self_define7;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define7(String self_define7) {
|
|
|
+ this.self_define7 = self_define7;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define8() {
|
|
|
+ return self_define8;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define8(String self_define8) {
|
|
|
+ this.self_define8 = self_define8;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define9() {
|
|
|
+ return self_define9;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define9(String self_define9) {
|
|
|
+ this.self_define9 = self_define9;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define10() {
|
|
|
+ return self_define10;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define10(String self_define10) {
|
|
|
+ this.self_define10 = self_define10;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define11() {
|
|
|
+ return self_define11;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define11(String self_define11) {
|
|
|
+ this.self_define11 = self_define11;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define12() {
|
|
|
+ return self_define12;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define12(String self_define12) {
|
|
|
+ this.self_define12 = self_define12;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define13() {
|
|
|
+ return self_define13;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define13(String self_define13) {
|
|
|
+ this.self_define13 = self_define13;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define14() {
|
|
|
+ return self_define14;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define14(String self_define14) {
|
|
|
+ this.self_define14 = self_define14;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define15() {
|
|
|
+ return self_define15;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define15(String self_define15) {
|
|
|
+ this.self_define15 = self_define15;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSelf_define16() {
|
|
|
+ return self_define16;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelf_define16(String self_define16) {
|
|
|
+ this.self_define16 = self_define16;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBsrvproduct() {
|
|
|
+ return bsrvproduct;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBsrvproduct(String bsrvproduct) {
|
|
|
+ this.bsrvproduct = bsrvproduct;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBsrvfittings() {
|
|
|
+ return bsrvfittings;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBsrvfittings(String bsrvfittings) {
|
|
|
+ this.bsrvfittings = bsrvfittings;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBsrvitem() {
|
|
|
+ return bsrvitem;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBsrvitem(String bsrvitem) {
|
|
|
+ this.bsrvitem = bsrvitem;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getcSRPolicy() {
|
|
|
+ return cSRPolicy;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setcSRPolicy(String cSRPolicy) {
|
|
|
+ this.cSRPolicy = cSRPolicy;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getiSupplyPeriodType() {
|
|
|
+ return iSupplyPeriodType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setiSupplyPeriodType(String iSupplyPeriodType) {
|
|
|
+ this.iSupplyPeriodType = iSupplyPeriodType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getcPlanMethod() {
|
|
|
+ return cPlanMethod;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setcPlanMethod(String cPlanMethod) {
|
|
|
+ this.cPlanMethod = cPlanMethod;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPro_sale_price() {
|
|
|
+ return pro_sale_price;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPro_sale_price(String pro_sale_price) {
|
|
|
+ this.pro_sale_price = pro_sale_price;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPricetype() {
|
|
|
+ return pricetype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPricetype(String pricetype) {
|
|
|
+ this.pricetype = pricetype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBpiece() {
|
|
|
+ return bpiece;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBpiece(String bpiece) {
|
|
|
+ this.bpiece = bpiece;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getIcheckatp() {
|
|
|
+ return icheckatp;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIcheckatp(String icheckatp) {
|
|
|
+ this.icheckatp = icheckatp;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCode() {
|
|
|
+ return code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCode(String code) {
|
|
|
+ this.code = code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getName() {
|
|
|
+ return name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setName(String name) {
|
|
|
+ this.name = name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getInvaddcode() {
|
|
|
+ return invaddcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInvaddcode(String invaddcode) {
|
|
|
+ this.invaddcode = invaddcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSpecs() {
|
|
|
+ return specs;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSpecs(String specs) {
|
|
|
+ this.specs = specs;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSort_code() {
|
|
|
+ return sort_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSort_code(String sort_code) {
|
|
|
+ this.sort_code = sort_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getUnitgroup_code() {
|
|
|
+ return unitgroup_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUnitgroup_code(String unitgroup_code) {
|
|
|
+ this.unitgroup_code = unitgroup_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getUnitgroup_type() {
|
|
|
+ return unitgroup_type;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUnitgroup_type(String unitgroup_type) {
|
|
|
+ this.unitgroup_type = unitgroup_type;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getMain_measure() {
|
|
|
+ return main_measure;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMain_measure(String main_measure) {
|
|
|
+ this.main_measure = main_measure;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPuunit_code() {
|
|
|
+ return puunit_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPuunit_code(String puunit_code) {
|
|
|
+ this.puunit_code = puunit_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPuunit_name() {
|
|
|
+ return puunit_name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPuunit_name(String puunit_name) {
|
|
|
+ this.puunit_name = puunit_name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPuunit_ichangrate() {
|
|
|
+ return puunit_ichangrate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPuunit_ichangrate(String puunit_ichangrate) {
|
|
|
+ this.puunit_ichangrate = puunit_ichangrate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSaunit_code() {
|
|
|
+ return saunit_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSaunit_code(String saunit_code) {
|
|
|
+ this.saunit_code = saunit_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSaunit_name() {
|
|
|
+ return saunit_name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSaunit_name(String saunit_name) {
|
|
|
+ this.saunit_name = saunit_name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSaunit_ichangrate() {
|
|
|
+ return saunit_ichangrate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSaunit_ichangrate(String saunit_ichangrate) {
|
|
|
+ this.saunit_ichangrate = saunit_ichangrate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStunit_code() {
|
|
|
+ return stunit_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStunit_code(String stunit_code) {
|
|
|
+ this.stunit_code = stunit_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStunit_name() {
|
|
|
+ return stunit_name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStunit_name(String stunit_name) {
|
|
|
+ this.stunit_name = stunit_name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStunit_ichangrate() {
|
|
|
+ return stunit_ichangrate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStunit_ichangrate(String stunit_ichangrate) {
|
|
|
+ this.stunit_ichangrate = stunit_ichangrate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBbarcode() {
|
|
|
+ return bbarcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBbarcode(String bbarcode) {
|
|
|
+ this.bbarcode = bbarcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBarcode() {
|
|
|
+ return barcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBarcode(String barcode) {
|
|
|
+ this.barcode = barcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getRef_sale_price() {
|
|
|
+ return ref_sale_price;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRef_sale_price(String ref_sale_price) {
|
|
|
+ this.ref_sale_price = ref_sale_price;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBottom_sale_price() {
|
|
|
+ return bottom_sale_price;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBottom_sale_price(String bottom_sale_price) {
|
|
|
+ this.bottom_sale_price = bottom_sale_price;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getRetailprice() {
|
|
|
+ return retailprice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRetailprice(String retailprice) {
|
|
|
+ this.retailprice = retailprice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfRetailPrice() {
|
|
|
+ return fRetailPrice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfRetailPrice(String fRetailPrice) {
|
|
|
+ this.fRetailPrice = fRetailPrice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBsuitretail() {
|
|
|
+ return bsuitretail;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBsuitretail(String bsuitretail) {
|
|
|
+ this.bsuitretail = bsuitretail;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStart_date() {
|
|
|
+ return start_date;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStart_date(String start_date) {
|
|
|
+ this.start_date = start_date;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getEnd_date() {
|
|
|
+ return end_date;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setEnd_date(String end_date) {
|
|
|
+ this.end_date = end_date;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDefwarehouse() {
|
|
|
+ return defwarehouse;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDefwarehouse(String defwarehouse) {
|
|
|
+ this.defwarehouse = defwarehouse;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDefwarehousename() {
|
|
|
+ return defwarehousename;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDefwarehousename(String defwarehousename) {
|
|
|
+ this.defwarehousename = defwarehousename;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getiSupplyType() {
|
|
|
+ return iSupplyType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setiSupplyType(String iSupplyType) {
|
|
|
+ this.iSupplyType = iSupplyType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDrawtype() {
|
|
|
+ return drawtype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDrawtype(String drawtype) {
|
|
|
+ this.drawtype = drawtype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getIimptaxrate() {
|
|
|
+ return iimptaxrate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIimptaxrate(String iimptaxrate) {
|
|
|
+ this.iimptaxrate = iimptaxrate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getTax_rate() {
|
|
|
+ return tax_rate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTax_rate(String tax_rate) {
|
|
|
+ this.tax_rate = tax_rate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getIbomexpandunittype() {
|
|
|
+ return ibomexpandunittype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIbomexpandunittype(String ibomexpandunittype) {
|
|
|
+ this.ibomexpandunittype = ibomexpandunittype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getIsurenesstype() {
|
|
|
+ return isurenesstype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIsurenesstype(String isurenesstype) {
|
|
|
+ this.isurenesstype = isurenesstype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public List<InventoryMin> getEntry() {
|
|
|
+ return entry;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setEntry(List<InventoryMin> entry) {
|
|
|
+ this.entry = entry;
|
|
|
+ }
|
|
|
+}
|