Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
79f7e119
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1173
Star
154
Fork
127
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
79f7e119
编写于
11月 26, 2021
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
企业收支管理代码修改
上级
de303742
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
73 addition
and
33 deletion
+73
-33
skyeye-erp/src/main/resources/reqmapping/mapping/erp.xml
skyeye-erp/src/main/resources/reqmapping/mapping/erp.xml
+0
-33
skyeye-ifs/src/main/java/com/skyeye/controller/InoutitemController.java
.../main/java/com/skyeye/controller/InoutitemController.java
+0
-0
skyeye-ifs/src/main/java/com/skyeye/dao/InoutitemDao.java
skyeye-ifs/src/main/java/com/skyeye/dao/InoutitemDao.java
+40
-0
skyeye-ifs/src/main/java/com/skyeye/service/InoutitemService.java
...fs/src/main/java/com/skyeye/service/InoutitemService.java
+0
-0
skyeye-ifs/src/main/java/com/skyeye/service/impl/InoutitemServiceImpl.java
...in/java/com/skyeye/service/impl/InoutitemServiceImpl.java
+0
-0
skyeye-ifs/src/main/resources/mapper/ifs/InoutitemMapper.xml
skyeye-ifs/src/main/resources/mapper/ifs/InoutitemMapper.xml
+0
-0
skyeye-ifs/src/main/resources/reqmapping/mapping/ifs.xml
skyeye-ifs/src/main/resources/reqmapping/mapping/ifs.xml
+33
-0
未找到文件。
skyeye-erp/src/main/resources/reqmapping/mapping/erp.xml
浏览文件 @
79f7e119
...
...
@@ -1099,39 +1099,6 @@
</url>
<!-- 会员信息管理结束 -->
<!-- 收支项目管理开始 -->
<url
id=
"inoutitem001"
path=
"/post/InoutitemController/queryInoutitemByList"
val=
"查询收支项目信息"
allUse=
"1"
groupName=
"收支项目模块"
>
<property
id=
"inoutitemName"
name=
"inoutitemName"
ref=
""
var=
"收支项目名称"
/>
<property
id=
"inoutitemType"
name=
"inoutitemType"
ref=
""
var=
"收支项目类型"
/>
<property
id=
"remark"
name=
"remark"
ref=
""
var=
"收支项目备注"
/>
<property
id=
"limit"
name=
"limit"
ref=
"required,num"
var=
"分页参数,每页多少条数据"
/>
<property
id=
"page"
name=
"page"
ref=
"required,num"
var=
"分页参数,第几页"
/>
</url>
<url
id=
"inoutitem002"
path=
"/post/InoutitemController/insertInoutitem"
val=
"添加收支项目信息"
allUse=
"1"
groupName=
"收支项目模块"
>
<property
id=
"inoutitemName"
name=
"inoutitemName"
ref=
"required"
var=
"收支项目名称"
/>
<property
id=
"inoutitemType"
name=
"inoutitemType"
ref=
"required,num"
var=
"收支项目类型"
/>
<property
id=
"remark"
name=
"remark"
ref=
""
var=
"收支项目备注"
/>
</url>
<url
id=
"inoutitem003"
path=
"/post/InoutitemController/queryInoutitemById"
val=
"查询单个收支项目信息,用于信息回显"
allUse=
"2"
groupName=
"收支项目模块"
>
<property
id=
"rowId"
name=
"id"
ref=
"required"
var=
"收支项目Id"
></property>
</url>
<url
id=
"inoutitem004"
path=
"/post/InoutitemController/deleteInoutitemById"
val=
"删除收支项目信息"
allUse=
"1"
groupName=
"收支项目模块"
>
<property
id=
"rowId"
name=
"id"
ref=
"required"
var=
"收支项目Id"
></property>
</url>
<url
id=
"inoutitem005"
path=
"/post/InoutitemController/editInoutitemById"
val=
"编辑收支项目信息"
allUse=
"1"
groupName=
"收支项目模块"
>
<property
id=
"rowId"
name=
"id"
ref=
"required"
var=
"收支项目Id"
></property>
<property
id=
"inoutitemName"
name=
"inoutitemName"
ref=
"required"
var=
"收支项目名称"
/>
<property
id=
"inoutitemType"
name=
"inoutitemType"
ref=
"required,num"
var=
"收支项目类型"
/>
<property
id=
"remark"
name=
"remark"
ref=
""
var=
"收支项目备注"
/>
</url>
<url
id=
"inoutitem006"
path=
"/post/InoutitemController/queryInoutitemByIdAndInfo"
val=
"查看收支项目详情"
allUse=
"2"
groupName=
"收支项目模块"
>
<property
id=
"rowId"
name=
"id"
ref=
"required"
var=
"收支项目Id"
></property>
</url>
<url
id=
"inoutitem007"
path=
"/post/InoutitemController/queryInoutitemListToSelect"
val=
"根据条件查询收支项目展示为下拉框"
allUse=
"2"
method=
"GET"
groupName=
"收支项目模块"
>
<property
id=
"type"
name=
"type"
ref=
"required,num"
var=
"收支项目类型 1.收入 2.支出"
/>
</url>
<!-- 收支项目管理结束 -->
<!-- 库存盘点管理开始 -->
<url
id=
"erpstockinventory001"
path=
"/post/ErpStockInventoryController/insertDepotNormsInventory"
val=
"新增库存盘点信息"
allUse=
"2"
groupName=
"盘点模块"
>
<property
id=
"materialId"
name=
"materialId"
ref=
"required"
var=
"商品id"
/>
...
...
skyeye-
erp
/src/main/java/com/skyeye/controller/InoutitemController.java
→
skyeye-
ifs
/src/main/java/com/skyeye/controller/InoutitemController.java
浏览文件 @
79f7e119
文件已移动
skyeye-
erp
/src/main/java/com/skyeye/dao/InoutitemDao.java
→
skyeye-
ifs
/src/main/java/com/skyeye/dao/InoutitemDao.java
浏览文件 @
79f7e119
...
...
@@ -19,22 +19,22 @@ import java.util.Map;
*/
public
interface
InoutitemDao
{
public
List
<
Map
<
String
,
Object
>>
queryInoutitemByList
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
List
<
Map
<
String
,
Object
>>
queryInoutitemByList
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryInoutitemByName
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
Map
<
String
,
Object
>
queryInoutitemByName
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
public
int
insertInoutitem
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
int
insertInoutitem
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryInoutitemById
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
Map
<
String
,
Object
>
queryInoutitemById
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
public
int
editInoutitemByDeleteFlag
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
int
editInoutitemByDeleteFlag
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryInoutitemByIdAndName
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
Map
<
String
,
Object
>
queryInoutitemByIdAndName
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
public
int
editInoutitemById
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
int
editInoutitemById
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryInoutitemByIdAndInfo
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
Map
<
String
,
Object
>
queryInoutitemByIdAndInfo
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryInoutitemListToSelect
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
List
<
Map
<
String
,
Object
>>
queryInoutitemListToSelect
(
Map
<
String
,
Object
>
params
)
throws
Exception
;
}
skyeye-
erp
/src/main/java/com/skyeye/service/InoutitemService.java
→
skyeye-
ifs
/src/main/java/com/skyeye/service/InoutitemService.java
浏览文件 @
79f7e119
文件已移动
skyeye-
erp
/src/main/java/com/skyeye/service/impl/InoutitemServiceImpl.java
→
skyeye-
ifs
/src/main/java/com/skyeye/service/impl/InoutitemServiceImpl.java
浏览文件 @
79f7e119
文件已移动
skyeye-
erp/src/main/resources/mapper/erp
/InoutitemMapper.xml
→
skyeye-
ifs/src/main/resources/mapper/ifs
/InoutitemMapper.xml
浏览文件 @
79f7e119
文件已移动
skyeye-ifs/src/main/resources/reqmapping/mapping/ifs.xml
浏览文件 @
79f7e119
...
...
@@ -335,4 +335,37 @@
</url>
<!-- 财务账户管理结束 -->
<!-- 收支项目管理开始 -->
<url
id=
"inoutitem001"
path=
"/post/InoutitemController/queryInoutitemByList"
val=
"查询收支项目信息"
allUse=
"1"
method=
"POST"
groupName=
"收支项目模块"
>
<property
id=
"inoutitemName"
name=
"inoutitemName"
ref=
""
var=
"收支项目名称"
/>
<property
id=
"inoutitemType"
name=
"inoutitemType"
ref=
""
var=
"收支项目类型"
/>
<property
id=
"remark"
name=
"remark"
ref=
""
var=
"收支项目备注"
/>
<property
id=
"limit"
name=
"limit"
ref=
"required,num"
var=
"分页参数,每页多少条数据"
/>
<property
id=
"page"
name=
"page"
ref=
"required,num"
var=
"分页参数,第几页"
/>
</url>
<url
id=
"inoutitem002"
path=
"/post/InoutitemController/insertInoutitem"
val=
"添加收支项目信息"
allUse=
"1"
method=
"POST"
groupName=
"收支项目模块"
>
<property
id=
"inoutitemName"
name=
"inoutitemName"
ref=
"required"
var=
"收支项目名称"
/>
<property
id=
"inoutitemType"
name=
"inoutitemType"
ref=
"required,num"
var=
"收支项目类型"
/>
<property
id=
"remark"
name=
"remark"
ref=
""
var=
"收支项目备注"
/>
</url>
<url
id=
"inoutitem003"
path=
"/post/InoutitemController/queryInoutitemById"
val=
"查询单个收支项目信息,用于信息回显"
allUse=
"2"
method=
"GET"
groupName=
"收支项目模块"
>
<property
id=
"rowId"
name=
"id"
ref=
"required"
var=
"收支项目Id"
></property>
</url>
<url
id=
"inoutitem004"
path=
"/post/InoutitemController/deleteInoutitemById"
val=
"删除收支项目信息"
allUse=
"1"
method=
"DELETE"
groupName=
"收支项目模块"
>
<property
id=
"rowId"
name=
"id"
ref=
"required"
var=
"收支项目Id"
></property>
</url>
<url
id=
"inoutitem005"
path=
"/post/InoutitemController/editInoutitemById"
val=
"编辑收支项目信息"
allUse=
"1"
method=
"PUT"
groupName=
"收支项目模块"
>
<property
id=
"rowId"
name=
"id"
ref=
"required"
var=
"收支项目Id"
></property>
<property
id=
"inoutitemName"
name=
"inoutitemName"
ref=
"required"
var=
"收支项目名称"
/>
<property
id=
"inoutitemType"
name=
"inoutitemType"
ref=
"required,num"
var=
"收支项目类型"
/>
<property
id=
"remark"
name=
"remark"
ref=
""
var=
"收支项目备注"
/>
</url>
<url
id=
"inoutitem006"
path=
"/post/InoutitemController/queryInoutitemByIdAndInfo"
val=
"查看收支项目详情"
allUse=
"2"
method=
"GET"
groupName=
"收支项目模块"
>
<property
id=
"rowId"
name=
"id"
ref=
"required"
var=
"收支项目Id"
></property>
</url>
<url
id=
"inoutitem007"
path=
"/post/InoutitemController/queryInoutitemListToSelect"
val=
"根据条件查询收支项目展示为下拉框"
allUse=
"2"
method=
"GET"
groupName=
"收支项目模块"
>
<property
id=
"type"
name=
"type"
ref=
"required,num"
var=
"收支项目类型 1.收入 2.支出"
/>
</url>
<!-- 收支项目管理结束 -->
</controller>
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录