公告板
版本库
filestore
活动
搜索
登录
2025
/
platformx-business-finance
冀中装备集团业财项目后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat:出库、资金明细、发票样式调试 ,新增合同出库查询
shiyunteng
2026-05-14
531aa1a4ca996637b7ebb00ead9e6e0c141b7341
[2025/platformx-business-finance.git]
/
platformx-business-finance-biz
/
src
/
main
/
java
/
com
/
by4cloud
/
platformx
/
business
/
service
/
ContractOutBoundService.java
1
2
3
4
5
6
7
8
package com.by4cloud.platformx.business.service;
import com.by4cloud.platformx.business.entity.ContractOutBound;
import com.by4cloud.platformx.common.data.mybatis.IIService;
public interface ContractOutBoundService extends IIService<ContractOutBound> {
}