|
|
@@ -6,15 +6,15 @@ public class MakeScrapDetail {
|
|
|
@JSONField(name = "scrapno")
|
|
|
private String ms_code;
|
|
|
@JSONField(name = "scrapid")
|
|
|
- private int ms_id;
|
|
|
+ private String ms_id;
|
|
|
@JSONField(name = "scrapdetno")
|
|
|
- private int md_detno;
|
|
|
+ private String md_detno;
|
|
|
@JSONField(name = "issw")
|
|
|
- private int issw;
|
|
|
+ private String issw;
|
|
|
@JSONField(name = "prodno")
|
|
|
private String md_mmcode;
|
|
|
@JSONField(name = "proddetno")
|
|
|
- private int md_mmdetno;
|
|
|
+ private String md_mmdetno;
|
|
|
@JSONField(name = "itemno")
|
|
|
private String md_prodcode;
|
|
|
@JSONField(name = "oriitemno")
|
|
|
@@ -26,40 +26,40 @@ public class MakeScrapDetail {
|
|
|
@JSONField(name = "mesPwd")
|
|
|
private String mesPwd;
|
|
|
@JSONField(name = "actionflag")
|
|
|
- private int flag;
|
|
|
+ private String flag;
|
|
|
|
|
|
- public int getMs_id() {
|
|
|
+ public String getMs_code() {
|
|
|
+ return ms_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMs_code(String ms_code) {
|
|
|
+ this.ms_code = ms_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getMs_id() {
|
|
|
return ms_id;
|
|
|
}
|
|
|
|
|
|
- public void setMs_id(int ms_id) {
|
|
|
+ public void setMs_id(String ms_id) {
|
|
|
this.ms_id = ms_id;
|
|
|
}
|
|
|
|
|
|
- public int getMd_detno() {
|
|
|
+ public String getMd_detno() {
|
|
|
return md_detno;
|
|
|
}
|
|
|
|
|
|
- public void setMd_detno(int md_detno) {
|
|
|
+ public void setMd_detno(String md_detno) {
|
|
|
this.md_detno = md_detno;
|
|
|
}
|
|
|
|
|
|
- public int getIssw() {
|
|
|
+ public String getIssw() {
|
|
|
return issw;
|
|
|
}
|
|
|
|
|
|
- public void setIssw(int issw) {
|
|
|
+ public void setIssw(String 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;
|
|
|
}
|
|
|
@@ -68,11 +68,11 @@ public class MakeScrapDetail {
|
|
|
this.md_mmcode = md_mmcode;
|
|
|
}
|
|
|
|
|
|
- public int getMd_mmdetno() {
|
|
|
+ public String getMd_mmdetno() {
|
|
|
return md_mmdetno;
|
|
|
}
|
|
|
|
|
|
- public void setMd_mmdetno(int md_mmdetno) {
|
|
|
+ public void setMd_mmdetno(String md_mmdetno) {
|
|
|
this.md_mmdetno = md_mmdetno;
|
|
|
}
|
|
|
|
|
|
@@ -116,11 +116,11 @@ public class MakeScrapDetail {
|
|
|
this.mesPwd = mesPwd;
|
|
|
}
|
|
|
|
|
|
- public int getFlag() {
|
|
|
+ public String getFlag() {
|
|
|
return flag;
|
|
|
}
|
|
|
|
|
|
- public void setFlag(int flag) {
|
|
|
+ public void setFlag(String flag) {
|
|
|
this.flag = flag;
|
|
|
}
|
|
|
}
|