/*********************************************************************
 *  All Rights reserved,Copyright (c) K-Opticom
 *********************************************************************
 *＜プログラム内容＞
 *  システム名          ：eo顧客基幹システム	
 *  モジュール名        ：JBSbatDKIFM005
 *  ソースファイル名    ：JBSbatDKIFM005.java
 *  作成者              ：富士通
 *  日付                ：2011年09月01日
 *
 *＜機能概要＞
 *　（出荷完了依頼エラー）定数クラス
 *
 *＜修正履歴＞
 *  バージョン  修正日      修正者          修正内容
 *  v1.00.00    2011/09/01  FJ)FJ         新規作成
 *
 *********************************************************************/
package eo.business.util.file;

/**
 * （出荷完了依頼エラー）定数クラスです。<p>
 * <BR>
 * @author 富士通
 */
public class JBSbatDKIFM005
{
	/** ファイル名 */
	public static final String FILE_NM = "FILE_NM";

	/** 行番号 */
	public static final String ROW_NO = "ROW_NO";

	/** 出荷完了依頼エラーコード */
	public static final String SHKA_FIN_REQ_ERR_CD = "SHKA_FIN_REQ_ERR_CD";

	/** エラー内容 */
	public static final String ERR_NAIYO = "ERR_NAIYO";

	/** レコード内容 */
	public static final String REC_NAIYO = "REC_NAIYO";

}
