| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347 |
- package QCM.COMMUNAL.VO;
- import java.io.Serializable;
- import java.util.Date;
- public class QcmJudgeChemical implements Serializable{
- private String cic_id;
- /**
- *成分判定记录号(C+2位年/月/日+4位流水号)
- */
- public String getCic_id(){
- return this.cic_id;
- }
- /**
- *成分判定记录号(C+2位年/月/日+4位流水号)
- */
- public void setCic_id(String cic_id){
- this.cic_id=cic_id;
- }
- 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;
- }
- 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 design_key;
- /**
- *DESIGN_KEY
- */
- public String getDesign_key(){
- return this.design_key;
- }
- /**
- *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 assay_no_cp;
- /**
- *成品成分化验号集合(存在多个的情况下,使用","进行分割)
- */
- public String getAssay_no_cp(){
- return this.assay_no_cp;
- }
- /**
- *成品成分化验号集合(存在多个的情况下,使用","进行分割)
- */
- public void setAssay_no_cp(String assay_no_cp){
- this.assay_no_cp=assay_no_cp;
- }
- private String assay_no_rl;
- /**
- *熔炼成分化验号集合(存在多个的情况下,使用","进行分割)
- */
- public String getAssay_no_rl(){
- return this.assay_no_rl;
- }
- /**
- *熔炼成分化验号集合(存在多个的情况下,使用","进行分割)
- */
- public void setAssay_no_rl(String assay_no_rl){
- this.assay_no_rl=assay_no_rl;
- }
-
- private String pline_code;
- /**
- *产线代码
- */
- public String getPline_code(){
- return this.pline_code;
- }
- /**
- *产线代码
- */
- public void setPline_code(String pline_code){
- this.pline_code=pline_code;
- }
- private String pline_name;
- /**
- *产线名称
- */
- public String getPline_name(){
- return this.pline_name;
- }
- /**
- *产线名称
- */
- public void setPline_name(String pline_name){
- this.pline_name=pline_name;
- }
- private String cic_result_code;
- /**
- *判定结果代码
- */
- public String getCic_result_code(){
- return this.cic_result_code;
- }
- /**
- *判定结果代码
- */
- public void setCic_result_code(String cic_result_code){
- this.cic_result_code=cic_result_code;
- }
- private String cic_result_desc;
- /**
- *判定结果描述
- */
- public String getCic_result_desc(){
- return this.cic_result_desc;
- }
- /**
- *判定结果描述
- */
- public void setCic_result_desc(String cic_result_desc){
- this.cic_result_desc=cic_result_desc;
- }
- private String cic_memo;
- /**
- *判定备注
- */
- public String getCic_memo(){
- return this.cic_memo;
- }
- /**
- *判定备注
- */
- public void setCic_memo(String cic_memo){
- this.cic_memo=cic_memo;
- }
- 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 material_no;
- public String getMaterial_no() {
- return material_no;
- }
- public void setMaterial_no(String material_no) {
- this.material_no = material_no;
- }
-
- 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 board_no;
- public String getBoard_no() {
- return board_no;
- }
- public void setBoard_no(String board_no) {
- this.board_no = board_no;
- }
- private String delivery_state_code;
- 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;
- }
- private String delivery_state_desc;
- 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;
- }
- private String thick;
- private String width;
- private String length;
- 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;
- }
-
- private String grade_code;
- private String grade_name;
- public String getGrade_code() {
- return grade_code;
- }
- public void setGrade_code(String grade_code) {
- this.grade_code = grade_code;
- }
- public String getGrade_name() {
- return grade_name;
- }
- public void setGrade_name(String grade_name) {
- this.grade_name = grade_name;
- }
-
-
- }
|