| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- package QCM.COMMUNAL.VO;
- import java.io.Serializable;
- import java.util.Date;
- public class QcmJudgePhysicalUtmD implements Serializable{
- /**
- * 来源(QCM_JUDGE_PHYSICAL_UTM_M)材质判定记录号
- */
- private String pic_id;
- public String getPic_id() {
- return this.pic_id;
- }
- public void setPic_id(String pic_id) {
- this.pic_id = pic_id;
- }
- /**
- * 试样号
- */
- private String smp_no;
- public String getSmp_no() {
- return this.smp_no;
- }
- public void setSmp_no(String smp_no) {
- this.smp_no = smp_no;
- }
- /**
- * 炉号
- */
- private String heat_no;
- public String getHeat_no() {
- return this.heat_no;
- }
- public void setHeat_no(String heat_no) {
- this.heat_no = heat_no;
- }
- /**
- * 轧批号
- */
- private String batch_no;
- public String getBatch_no() {
- return this.batch_no;
- }
- public void setBatch_no(String batch_no) {
- this.batch_no = batch_no;
- }
- /**
- * 检验号
- */
- private String inspection_lot;
- public String getInspection_lot() {
- return this.inspection_lot;
- }
- public void setInspection_lot(String inspection_lot) {
- this.inspection_lot = inspection_lot;
- }
- /**
- * DESIGN_KEY
- */
- private String design_key;
- public String getDesign_key() {
- return this.design_key;
- }
- public void setDesign_key(String design_key) {
- this.design_key = design_key;
- }
- /**
- * 产品规范码
- */
- private String psc;
- public String getPsc() {
- return this.psc;
- }
- public void setPsc(String psc) {
- this.psc = psc;
- }
- /**
- * 认证机构代码
- */
- private String cert_inst_code;
- public String getCert_inst_code() {
- return this.cert_inst_code;
- }
- public void setCert_inst_code(String cert_inst_code) {
- this.cert_inst_code = cert_inst_code;
- }
- /**
- * 认证机构名称
- */
- private String cert_inst_name;
- public String getCert_inst_name() {
- return this.cert_inst_name;
- }
- public void setCert_inst_name(String cert_inst_name) {
- this.cert_inst_name = cert_inst_name;
- }
- /**
- * 试样类型代码
- */
- private String smp_type_code;
- public String getSmp_type_code() {
- return this.smp_type_code;
- }
- public void setSmp_type_code(String smp_type_code) {
- this.smp_type_code = smp_type_code;
- }
- /**
- * 试样类型名称
- */
- private String smp_type_name;
- public String getSmp_type_name() {
- return this.smp_type_name;
- }
- public void setSmp_type_name(String smp_type_name) {
- this.smp_type_name = smp_type_name;
- }
- /**
- * 判定结果代码
- */
- private String judge_result_code;
- public String getJudge_result_code() {
- return this.judge_result_code;
- }
- public void setJudge_result_code(String judge_result_code) {
- this.judge_result_code = judge_result_code;
- }
- /**
- * 判定结果描述
- */
- private String judge_result_desc;
- public String getJudge_result_desc() {
- return this.judge_result_desc;
- }
- public void setJudge_result_desc(String judge_result_desc) {
- this.judge_result_desc = judge_result_desc;
- }
- /**
- * 材质结果集ID(QCM_JHY_SAMPLE_R_ORD)
- */
- private String phy_id;
- public String getPhy_id() {
- return this.phy_id;
- }
- public void setPhy_id(String phy_id) {
- this.phy_id = phy_id;
- }
- /**
- * 判定人
- */
- private String judge_name;
- public String getJudge_name() {
- return this.judge_name;
- }
- public void setJudge_name(String judge_name) {
- this.judge_name = judge_name;
- }
- /**
- * 判定时间
- */
- private Date judge_ttime;
- public Date getJudge_ttime() {
- return this.judge_ttime;
- }
- public void setJudge_ttime(Date judge_ttime) {
- this.judge_ttime = judge_ttime;
- }
- /**
- * 认证机构--判定结果
- */
- private String inst_judge;
- public String getInst_judge() {
- return inst_judge;
- }
- public void setInst_judge(String inst_judge) {
- this.inst_judge = inst_judge;
- }
- private String psc_desc;
- private String prod_code;
- private String prod_name;
- private String steel_code;
- private String steel_name;
- private String std_code;
- private String std_name;
- public String getPsc_desc() {
- return psc_desc;
- }
- public void setPsc_desc(String psc_desc) {
- this.psc_desc = psc_desc;
- }
- 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;
- }
- private String memo;
- public String getMemo() {
- return memo;
- }
- public void setMemo(String memo) {
- this.memo = memo;
- }
-
-
- }
|