/*********************************************************************
 *  All Rights reserved,Copyright (c) K-Opticom
 *********************************************************************
 *＜プログラム内容＞
 *  システム名          ：eo顧客基幹システム	
 *  モジュール名        ：JBSbatKKIFM765
 *  ソースファイル名    ：JBSbatKKIFM765.java
 *  作成者              ：富士通
 *  日付                ：2017年10月03日
 *
 *＜機能概要＞
 *　（ｅｏ電気ネットＮＧ・キャンセル対象リスト）定数クラス
 *
 *＜修正履歴＞
 *  バージョン  修正日      修正者          修正内容
 *  v1.00.00    2017/10/03  FJ)FJ         新規作成
 *
 *********************************************************************/
package eo.business.util.file;

/**
 * （ｅｏ電気ネットＮＧ・キャンセル対象リスト）定数クラスです。<p>
 * <BR>
 * @author 富士通
 */
public class JBSbatKKIFM765
{
	/** ｅｏ電気お客様ＩＤ */
	public static final String EOELE_SVC_KEI_NO = "EOELE_SVC_KEI_NO";

	/** ｅｏ電気申込日 */
	public static final String EOELE_MSKM_YMD = "EOELE_MSKM_YMD";

	/** ｅｏ電気ステータス */
	public static final String EOELE_STAT = "EOELE_STAT";

	/** ｅｏ光お客様ＩＤ */
	public static final String EONET_SVC_KEI_NO = "EONET_SVC_KEI_NO";

	/** ｅｏ光申込日 */
	public static final String EONET_MSKM_YMD = "EONET_MSKM_YMD";

	/** ｅｏ光契約ステータス（ｅｏ顧客） */
	public static final String EONET_STAT = "EONET_STAT";

	/** ｅｏ光申込番号 */
	public static final String EONET_MSKM_NO = "EONET_MSKM_NO";

	/** ｅｏ光キャンセル種類 */
	public static final String EONET_CANCEL_SBT = "EONET_CANCEL_SBT";

	/** ｅｏ光キャンセル理由キャンセル大分類 */
	public static final String EONET_CANCEL_RSN_DBRI = "EONET_CANCEL_RSN_DBRI";

	/** ｅｏ光キャンセル理由キャンセル中分類 */
	public static final String EONET_CANCEL_RSN_CBRI = "EONET_CANCEL_RSN_CBRI";

	/** ｅｏ光ＮＧ・キャンセル確定日 */
	public static final String EONET_NG_CANCEL_YMD = "EONET_NG_CANCEL_YMD";

}
