|
|
@@ -52,13 +52,13 @@ public class ProdIODetailDTO implements Serializable {
|
|
|
|
|
|
private Double pd_nettotal;
|
|
|
|
|
|
- private Integer pd_whid;
|
|
|
+ private Long pd_whid;
|
|
|
|
|
|
private String pd_whcode;
|
|
|
|
|
|
private String pd_whname;
|
|
|
|
|
|
- private Integer pd_inwhid;
|
|
|
+ private Long pd_inwhid;
|
|
|
|
|
|
private String pd_inwhcode;
|
|
|
|