|
@@ -4,7 +4,7 @@ package com.uas.yitao_newelectronic.bean;
|
|
|
* @note:仓库管理:物料库存核查中物料Bean
|
|
|
*/
|
|
|
public class WHMakeMaterialProduct {
|
|
|
- private int REMAIN;
|
|
|
+ private String REMAIN;
|
|
|
private String BAR_PRODCODE;
|
|
|
private String PR_DETAIL;
|
|
|
private String PR_SPEC;
|
|
@@ -20,11 +20,11 @@ public class WHMakeMaterialProduct {
|
|
|
this.MADEDATE = MADEDATE;
|
|
|
}
|
|
|
|
|
|
- public int getREMAIN() {
|
|
|
+ public String getREMAIN() {
|
|
|
return REMAIN;
|
|
|
}
|
|
|
|
|
|
- public void setREMAIN(int REMAIN) {
|
|
|
+ public void setREMAIN(String REMAIN) {
|
|
|
this.REMAIN = REMAIN;
|
|
|
}
|
|
|
|