| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317 |
- package QCM.JHY01.VO;
- import java.math.BigDecimal;
- import java.util.Date;
- public class JhySampleOrdMdoel {
-
-
-
- private String design_key;
- private String smp_no;
- private String psc;
- private String psc_desc;
- private String heat_no;
- private String batch_no;
- private String inspection_lot;
- private String delivery_state_code;
- private String delivery_state_desc;
- private String thick;
- private String width;
- private String length;
- private String pline_code;
- private String pline_name;
- private String msc_pline;
- private String process_code;
- private String cert_inst_code;
- private String cert_inst_name;
- private String smp_type_code;
- private String smp_type_name;
- private BigDecimal smelting_cnt;
- private BigDecimal product_cnt;
- private String assay_no_cp;
- private String assay_no_rl;
- private String cic_id;
- private String phy_id;
- private String judge_status;
- private String judge_result_code;
- private String judge_result_desc;
- private String judge_name;
- private Date judge_time;
- private String judge_memo;
- private String prod_code;
- private String prod_name;
- private String steel_code;
- private String steel_name;
- private String std_code;
- private String std_name;
- private Date create_time;
- private String create_id;
- private String create_name;
- private String item_flag;
- private String improve_memo;
-
-
-
-
- public String getImprove_memo() {
- return improve_memo;
- }
- public void setImprove_memo(String improve_memo) {
- this.improve_memo = improve_memo;
- }
- public String getItem_flag() {
- return item_flag;
- }
- public void setItem_flag(String item_flag) {
- this.item_flag = item_flag;
- }
- public String getDesign_key() {
- return design_key;
- }
- public void setDesign_key(String design_key) {
- this.design_key = design_key;
- }
- public String getSmp_no() {
- return smp_no;
- }
- public void setSmp_no(String smp_no) {
- this.smp_no = smp_no;
- }
- public String getPsc() {
- return psc;
- }
- public void setPsc(String psc) {
- this.psc = psc;
- }
- public String getPsc_desc() {
- return psc_desc;
- }
- public void setPsc_desc(String psc_desc) {
- this.psc_desc = psc_desc;
- }
- public String getHeat_no() {
- return heat_no;
- }
- public void setHeat_no(String heat_no) {
- this.heat_no = heat_no;
- }
- public String getBatch_no() {
- return batch_no;
- }
- public void setBatch_no(String batch_no) {
- this.batch_no = batch_no;
- }
- public String getInspection_lot() {
- return inspection_lot;
- }
- public void setInspection_lot(String inspection_lot) {
- this.inspection_lot = inspection_lot;
- }
- public String getDelivery_state_code() {
- return delivery_state_code;
- }
- public void setDelivery_state_code(String delivery_state_code) {
- this.delivery_state_code = delivery_state_code;
- }
- public String getDelivery_state_desc() {
- return delivery_state_desc;
- }
- public void setDelivery_state_desc(String delivery_state_desc) {
- this.delivery_state_desc = delivery_state_desc;
- }
- public String getThick() {
- return thick;
- }
- public void setThick(String thick) {
- this.thick = thick;
- }
- public String getWidth() {
- return width;
- }
- public void setWidth(String width) {
- this.width = width;
- }
- public String getLength() {
- return length;
- }
- public void setLength(String length) {
- this.length = length;
- }
- public String getPline_code() {
- return pline_code;
- }
- public void setPline_code(String pline_code) {
- this.pline_code = pline_code;
- }
- public String getPline_name() {
- return pline_name;
- }
- public void setPline_name(String pline_name) {
- this.pline_name = pline_name;
- }
- public String getMsc_pline() {
- return msc_pline;
- }
- public void setMsc_pline(String msc_pline) {
- this.msc_pline = msc_pline;
- }
- public String getProcess_code() {
- return process_code;
- }
- public void setProcess_code(String process_code) {
- this.process_code = process_code;
- }
- public String getCert_inst_code() {
- return cert_inst_code;
- }
- public void setCert_inst_code(String cert_inst_code) {
- this.cert_inst_code = cert_inst_code;
- }
- public String getCert_inst_name() {
- return cert_inst_name;
- }
- public void setCert_inst_name(String cert_inst_name) {
- this.cert_inst_name = cert_inst_name;
- }
- public String getSmp_type_code() {
- return smp_type_code;
- }
- public void setSmp_type_code(String smp_type_code) {
- this.smp_type_code = smp_type_code;
- }
- public String getSmp_type_name() {
- return smp_type_name;
- }
- public void setSmp_type_name(String smp_type_name) {
- this.smp_type_name = smp_type_name;
- }
- public BigDecimal getSmelting_cnt() {
- return smelting_cnt;
- }
- public void setSmelting_cnt(BigDecimal smelting_cnt) {
- this.smelting_cnt = smelting_cnt;
- }
- public BigDecimal getProduct_cnt() {
- return product_cnt;
- }
- public void setProduct_cnt(BigDecimal product_cnt) {
- this.product_cnt = product_cnt;
- }
- public String getAssay_no_cp() {
- return assay_no_cp;
- }
- public void setAssay_no_cp(String assay_no_cp) {
- this.assay_no_cp = assay_no_cp;
- }
- public String getAssay_no_rl() {
- return assay_no_rl;
- }
- public void setAssay_no_rl(String assay_no_rl) {
- this.assay_no_rl = assay_no_rl;
- }
- public String getCic_id() {
- return cic_id;
- }
- public void setCic_id(String cic_id) {
- this.cic_id = cic_id;
- }
- public String getPhy_id() {
- return phy_id;
- }
- public void setPhy_id(String phy_id) {
- this.phy_id = phy_id;
- }
- public String getJudge_status() {
- return judge_status;
- }
- public void setJudge_status(String judge_status) {
- this.judge_status = judge_status;
- }
- public String getJudge_result_code() {
- return judge_result_code;
- }
- public void setJudge_result_code(String judge_result_code) {
- this.judge_result_code = judge_result_code;
- }
- public String getJudge_result_desc() {
- return judge_result_desc;
- }
- public void setJudge_result_desc(String judge_result_desc) {
- this.judge_result_desc = judge_result_desc;
- }
- public String getJudge_name() {
- return judge_name;
- }
- public void setJudge_name(String judge_name) {
- this.judge_name = judge_name;
- }
- public Date getJudge_time() {
- return judge_time;
- }
- public void setJudge_time(Date judge_time) {
- this.judge_time = judge_time;
- }
- public String getJudge_memo() {
- return judge_memo;
- }
- public void setJudge_memo(String judge_memo) {
- this.judge_memo = judge_memo;
- }
- public String getProd_code() {
- return prod_code;
- }
- public void setProd_code(String prod_code) {
- this.prod_code = prod_code;
- }
- public String getProd_name() {
- return prod_name;
- }
- public void setProd_name(String prod_name) {
- this.prod_name = prod_name;
- }
- public String getSteel_code() {
- return steel_code;
- }
- public void setSteel_code(String steel_code) {
- this.steel_code = steel_code;
- }
- public String getSteel_name() {
- return steel_name;
- }
- public void setSteel_name(String steel_name) {
- this.steel_name = steel_name;
- }
- public String getStd_code() {
- return std_code;
- }
- public void setStd_code(String std_code) {
- this.std_code = std_code;
- }
- public String getStd_name() {
- return std_name;
- }
- public void setStd_name(String std_name) {
- this.std_name = std_name;
- }
- public Date getCreate_time() {
- return create_time;
- }
- public void setCreate_time(Date create_time) {
- this.create_time = create_time;
- }
- public String getCreate_id() {
- return create_id;
- }
- public void setCreate_id(String create_id) {
- this.create_id = create_id;
- }
- public String getCreate_name() {
- return create_name;
- }
- public void setCreate_name(String create_name) {
- this.create_name = create_name;
- }
-
-
- }
|