|
|
|
@ -1596,12 +1596,12 @@ public class Bu04BugaWSDTO extends SntrisWSDTO {
|
|
|
|
this.vatAmt = vatAmt;
|
|
|
|
this.vatAmt = vatAmt;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public void setInfo(Bu04UserInfoWSDTO userInfo) {
|
|
|
|
public void setUserInfo(Bu04UserInfoWSDTO userInfo) {
|
|
|
|
setSiguCd(userInfo.getSiguCd());
|
|
|
|
setSiguCd(userInfo.getSiguCd());
|
|
|
|
setBuseoCd(userInfo.getBuseoCd());
|
|
|
|
setBuseoCd(userInfo.getBuseoCd());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public void setInfo(Bu04SemokWSDTO semokInfo) {
|
|
|
|
public void setSemokInfo(Bu04SemokWSDTO semokInfo) {
|
|
|
|
// semokInfo.getGasanRate();
|
|
|
|
// semokInfo.getGasanRate();
|
|
|
|
setGasanRateGubun(semokInfo.getGasanRateGubun());
|
|
|
|
setGasanRateGubun(semokInfo.getGasanRateGubun());
|
|
|
|
setOcrBuseoCd(semokInfo.getOcrBuseoCd());
|
|
|
|
setOcrBuseoCd(semokInfo.getOcrBuseoCd());
|
|
|
|
|