package com.boco.nbd.wios.manage.service;


import com.boco.nbd.wios.manage.entity.bo.SingleSaveQuery;

/**
 * Description
 *
 * @author yong
 * @date 2020/10/21 18:51
 */
public interface ISingleService {

    /**
     * 单据保存
     * @param singleSaveQuery
     * @return
     */
     Integer saveSingle(SingleSaveQuery singleSaveQuery);
}