File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
2024-11-14
2024-09-10
2024-11-14
File name
Commit message
Commit date
File name
Commit message
Commit date
package itn.let.mjo.msg.service;
import itn.com.cmm.ComDefaultVO;
public class MjonMapAddressVO extends ComDefaultVO{
private static final long serialVersionUID = 1L;
private int mapId = 0;// '맵ID'
private String mapLat ;// '위도',
private String mapLng ;// '경도',
private String frstRegistPnttm ;// '경도',
public int getMapId() {
return mapId;
}
public void setMapId(int mapId) {
this.mapId = mapId;
}
public String getMapLat() {
return mapLat;
}
public void setMapLat(String mapLat) {
this.mapLat = mapLat;
}
public String getMapLng() {
return mapLng;
}
public void setMapLng(String mapLng) {
this.mapLng = mapLng;
}
public String getFrstRegistPnttm() {
return frstRegistPnttm;
}
public void setFrstRegistPnttm(String frstRegistPnttm) {
this.frstRegistPnttm = frstRegistPnttm;
}
}