/*********************************************************************
 *  All Rights reserved,Copyright (c) K-Opticom
 *********************************************************************
 *＜プログラム内容＞
 *  システム名          ：eo顧客基幹システム	
 *  モジュール名        ：JBSbatACIFM148
 *  ソースファイル名    ：JBSbatACIFM148.java
 *  作成者              ：富士通
 *  日付                ：2013年04月30日
 *
 *＜機能概要＞
 *　（会計内訳変換用金庫情報）定数クラス
 *
 *＜修正履歴＞
 *  バージョン  修正日      修正者          修正内容
 *  v1.00.00    2013/04/30  FJ)FJ         新規作成
 *
 *********************************************************************/
package eo.business.util.file;

/**
 * （会計内訳変換用金庫情報）定数クラスです。<p>
 * <BR>
 * @author 富士通
 */
public class JBSbatACIFM148
{
	/** 会計計上月 */
	public static final String KAIK_YM = "KAIK_YM";

	/** 請求契約番号 */
	public static final String SEIKY_KEI_NO = "SEIKY_KEI_NO";

	/** 金庫移動コード */
	public static final String KNK_MOVE_CD = "KNK_MOVE_CD";

	/** 金庫料金項目コード */
	public static final String KNK_PRC_KMK_CD = "KNK_PRC_KMK_CD";

	/** 金庫金額 */
	public static final String KNK_AMNT = "KNK_AMNT";

	/** 当月入金分 */
	public static final String TOGTU_NYUKIN = "TOGTU_NYUKIN";

	/** 前月以前入金分 */
	public static final String ZNGTU_IZN_NYUKIN = "ZNGTU_IZN_NYUKIN";

	/** 前月仮受金 */
	public static final String ZNGTU_KARIUKEKIN = "ZNGTU_KARIUKEKIN";

	/** 前月預り金 */
	public static final String ZNGTU_DPSIT = "ZNGTU_DPSIT";

	/** 前月前受金 */
	public static final String ZNGTU_MAEUKKIN = "ZNGTU_MAEUKKIN";

	/** 前月不明金 */
	public static final String ZNGTU_HUMEIKIN = "ZNGTU_HUMEIKIN";

	/** 金庫番号 */
	public static final String KNK_NO = "KNK_NO";

}
