package com.uas.eis.entity; import com.alibaba.fastjson.annotation.JSONField; public class MakeScrapDetail { @JSONField(name = "scrapno") private String ms_code; @JSONField(name = "scrapid") private int ms_id; @JSONField(name = "scrapdetno") private int md_detno; @JSONField(name = "issw") private int issw; @JSONField(name = "prodno") private String md_mmcode; @JSONField(name = "proddetno") private int md_mmdetno; @JSONField(name = "itemno") private String md_prodcode; @JSONField(name = "oriitemno") private String mm_prodcode; @JSONField(name = "qty") private int md_qty; @JSONField(name = "mesUser") private String mesUser; @JSONField(name = "mesPwd") private String mesPwd; @JSONField(name = "actionflag") private int flag; public int getMs_id() { return ms_id; } public void setMs_id(int ms_id) { this.ms_id = ms_id; } public int getMd_detno() { return md_detno; } public void setMd_detno(int md_detno) { this.md_detno = md_detno; } public int getIssw() { return issw; } public void setIssw(int issw) { this.issw = issw; } public String getMs_code() { return ms_code; } public void setMs_code(String ms_code) { this.ms_code = ms_code; } public String getMd_mmcode() { return md_mmcode; } public void setMd_mmcode(String md_mmcode) { this.md_mmcode = md_mmcode; } public int getMd_mmdetno() { return md_mmdetno; } public void setMd_mmdetno(int md_mmdetno) { this.md_mmdetno = md_mmdetno; } public String getMd_prodcode() { return md_prodcode; } public void setMd_prodcode(String md_prodcode) { this.md_prodcode = md_prodcode; } public String getMm_prodcode() { return mm_prodcode; } public void setMm_prodcode(String mm_prodcode) { this.mm_prodcode = mm_prodcode; } public int getMd_qty() { return md_qty; } public void setMd_qty(int md_qty) { this.md_qty = md_qty; } public String getMesUser() { return mesUser; } public void setMesUser(String mesUser) { this.mesUser = mesUser; } public String getMesPwd() { return mesPwd; } public void setMesPwd(String mesPwd) { this.mesPwd = mesPwd; } public int getFlag() { return flag; } public void setFlag(int flag) { this.flag = flag; } }