posting.java

来自「Java写的ERP系统」· Java 代码 · 共 37 行

JAVA
37
字号
package org.compiere.jsp;

import java.sql.*;

/**
 *	Posting
 * 	<P>
 * 	@author Jorg Janke
 */
public class Posting extends Object
{
	/**
	 *	Post Invoices
	 */
	public static void postInvoice(int C_Invoice_ID)
	{
   		Utility.out("Today is - Parameter=" + C_Invoice_ID);


      	Utility.out("End of SQLJ demo.");
	}	//	postInvoices



    /**************************************************************************
     *	Post Material Transactions
     */
    public static void postMaterial(int M_Transaction_ID)
    {
//    	return 5;
    }	//	postTransactions




}/*@lineinfo:generated-code*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?