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.
VIPS/src/main/java/egovframework/constant/SEQConstants.java

19 lines
510 B
Java

package egovframework.constant;
/**
* packageName : egovframework.constant
* fileName : SEQConstants
* author : 박성영
* date : 25. 8. 26.
* description :
* ===========================================================
* DATE AUTHOR NOTE
* -----------------------------------------------------------
* 25. 8. 26. 박성영 최초 생성
*/
public class SEQConstants {
public static final String SEQ_CRDN = "seq_crdn_no_";
}