更新后端代码
This commit is contained in:
@@ -15,7 +15,5 @@ public interface DepotHeadIService extends BaseIService<DepotHead>
|
||||
|
||||
void findAllMoney(PageUtil<DepotHead> depotHead, Integer supplierId, String type, String subType, String mode)throws JshException;
|
||||
|
||||
public void findInDetail(PageUtil pageUtil,String beginTime,String endTime, String type, Long pid,String dids)throws JshException;
|
||||
|
||||
public void findInOutMaterialCount(PageUtil pageUtil,String beginTime,String endTime, String type, Long pid,String dids)throws JshException;
|
||||
public void batchSetStatus(Boolean status,String depotHeadIDs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user