apzl_leasing/src_jbo/jbo/app/VI_VOUCHER_V8.java
2019-12-20 19:23:48 +08:00

116 lines
2.3 KiB
Java

package jbo.app;
import java.lang.String;
/**
* 用友V8凭证视图 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface VI_VOUCHER_V8{
/**
* 用友V8凭证视图<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.app.VI_VOUCHER_V8";
/**
* 凭证号 STRING(20)<br>
*/
public static final String f3 = "f3";
/**
* 主键 STRING(20)<br>
*/
public static final String id = "id";
/**
* 系统模块 STRING(20)<br>
*/
public static final String module_name = "module_name";
/**
* 部门所属 STRING(20)<br>
*/
public static final String dept_name = "dept_name";
/**
* 记账日期 STRING(20)<br>
*/
public static final String f1 = "f1";
/**
* 到账日期 STRING(20)<br>
*/
public static final String f15 = "f15";
/**
* 凭证字 STRING(20)<br>
*/
public static final String f2 = "f2";
/**
* 基本类别 STRING(20)<br>
*/
public static final String evidence_type = "evidence_type";
/**
* 凭证状态 STRING(20)<br>
*/
public static final String V8_STATUS = "V8_STATUS";
/**
* 导出状态 STRING(20)<br>
*/
public static final String v8_flag = "v8_flag";
/**
* detail STRING(20)<br>
*/
public static final String detail = "detail";
/**
* 项目编码 STRING(20)<br>
*/
public static final String f21 = "f21";
/**
* 导出备注 STRING(20)<br>
*/
public static final String v8_memo = "v8_memo";
/**
* 摘要 STRING(20)<br>
*/
public static final String f5 = "f5";
/**
* 导出日期 STRING(20)<br>
*/
public static final String exp_date = "exp_date";
/**
* 生成日期 STRING(20)<br>
*/
public static final String generate_date = "generate_date";
/**
* 科目编号 STRING(20)<br>
*/
public static final String f6 = "f6";
/**
* 部门编号 STRING(20)<br>
*/
public static final String f16 = "f16";
/**
* 供应商编号 STRING(20)<br>
*/
public static final String f19 = "f19";
/**
* 合同编号 STRING(20)<br>
*/
public static final String f67 = "f67";
/**
* 导出次数 STRING(20)<br>
*/
public static final String f89 = "f89";
/**
* 业务合同编号 STRING(20)<br>
*/
public static final String f60 = "f60";
/**
* NC传输状态 STRING(20)<br>
*/
public static final String FLAG = "FLAG";
/**
* NC传输批次号 STRING(20)<br>
*/
public static final String BATCH = "BATCH";
/**
* NC传输成功日期 STRING(20)<br>
*/
public static final String CREATE_TIME = "CREATE_TIME";
}