⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 soldtopartydao.java

📁 一个关于tlms的一个小程序 看看能否帮助到别人
💻 JAVA
字号:
/**
 * =============================================
 * Copyright 2006 szmx
 *
 * Change Revision
 * --------------------------------
 *   Date                Author         Remarks
 *   2006-4-18        Alex.Ji     Create com.szmx.SoldToPartyDAO
 * =============================================
 */


package com.szmx.tlms.supplychain.dao;

import com.szmx.framework.base.dao.BaseDao;
import com.szmx.framework.base.model.Pagination;
import com.szmx.tlms.supplychain.model.SoldToParty;

/**
 * <desc>
 *
 * @author Alex.Ji
 * @since 2006-4-18
 */

public interface SoldToPartyDAO extends BaseDao {
    /**
     *
     * @param paginationObj  To restore the SoldToParty object finding from the database
     * @param soldToParty  The example of SoldToParty object 
     * @return Pagination
     */
    public Pagination  getSalesOrgList(final Pagination paginationObj, final SoldToParty soldToParty);
}

⌨️ 快捷键说明

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