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.

131 lines
1.5 KiB
Java

package cokr.xit.fims.sndb;
import cokr.xit.foundation.AbstractEntity;
import lombok.Getter;
import lombok.Setter;
/**
*
* @author JoJH
*/
@Getter
@Setter
public class Sndng extends AbstractEntity {
/**
* ID
*/
private String sndngId;
/**
*
*/
private String sggCd;
/**
*
*/
private String taskSeCd;
/**
*
*/
private String sndngRegSeCd;
/**
*
*/
private String sndngSeCd;
/**
*
*/
private String levyBgngYmd;
/**
*
*/
private String levyEndYmd;
/**
*
*/
private String sndngYmd;
/**
*
*/
private String dudtYmd;
/**
*
*/
private String ttlNm;
/**
*
*/
private String docNo;
/**
*
*/
private String etcCn;
/**
*
*/
private Integer tnocs;
/**
*
*/
private Long gramt;
/**
*
*/
private String conKey;
/**
*
*/
private String divKb;
/**
* ID
*/
private String epostNoticeId;
/**
*
*/
private String sndngSttsCd;
/**
*
*/
private String resndYn;
/**
*
*/
private String delYn;
/**
*
*/
private String delRsn;
/**
* IDs
*/
private String[] crdnIDs;
/**
* IDs
*/
private String[] sndngDtlIDs;
}