You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
689 B
Java

package cokr.xit.fims.epst;
import cokr.xit.foundation.AbstractEntity;
import lombok.Getter;
import lombok.Setter;
/**
*
* @author JoJH
*/
@Getter
@Setter
public class EpostGdcc extends AbstractEntity {
/**
* ID
*/
private String gdccId;
/**
*
*/
private String sggCd;
/**
*
*/
private String taskSeCd;
/**
*
*/
private String sndngSeCd;
/**
*
*/
private String ttlNm;
/**
*
*/
private String wordsCn;
/**
*
*/
private String lastUseDt;
/**
* IDs
*/
private String[] gdccIDs;
}