Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
EIP-Integration
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
李炎
EIP-Integration
Commits
1969e7bd
提交
1969e7bd
authored
8月 21, 2021
作者:
李炎
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
改实体
上级
6c2c9722
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
3 行增加
和
3 行删除
+3
-3
Physicaliderror.java
...va/org/jeecg/modules/iost/API/entity/Physicaliderror.java
+1
-1
Workordererror.java
...ava/org/jeecg/modules/iost/API/entity/Workordererror.java
+1
-1
WebApiLog.java
...ava/org/jeecg/modules/iost/API/webapi/Util/WebApiLog.java
+1
-1
没有找到文件。
jeecg-boot-module-system/src/main/java/org/jeecg/modules/iost/API/entity/Physicaliderror.java
浏览文件 @
1969e7bd
...
...
@@ -34,7 +34,7 @@ public class Physicaliderror implements Serializable {
@ApiModelProperty
(
value
=
"主键"
)
private
String
id
;
/**报错代码*/
private
int
status
;
private
Integer
status
;
/**返回信息*/
private
String
message
;
/**创建日期*/
...
...
jeecg-boot-module-system/src/main/java/org/jeecg/modules/iost/API/entity/Workordererror.java
浏览文件 @
1969e7bd
...
...
@@ -32,7 +32,7 @@ public class Workordererror implements Serializable {
@ApiModelProperty
(
value
=
"主键"
)
private
String
id
;
/**报错代码*/
private
int
status
;
private
Integer
status
;
/**返回信息*/
private
String
message
;
/**创建日期*/
...
...
jeecg-boot-module-system/src/main/java/org/jeecg/modules/iost/API/webapi/Util/WebApiLog.java
浏览文件 @
1969e7bd
...
...
@@ -20,7 +20,7 @@ import java.util.Map;
/**
* 2021-08-18
*
传入dao的拼接条件转换工具类
*
*/
@Component
public
class
WebApiLog
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论