This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
develop
/
digimeta-MultiSaas
Watch
12
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
149
Wiki
Activity
Browse Source
yinruoxi
新增: 1.整合Api框架
tags/B.2.2.7_20231109_base
kira
2 years ago
parent
3391782a6f
commit
f73a4503ce
1 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
xueyi-common/xueyi-common-core/src/main/java/com/xueyi/common/core/web/entity/base/ApiEntity.java
+ 14
- 0
xueyi-common/xueyi-common-core/src/main/java/com/xueyi/common/core/web/entity/base/ApiEntity.java
View File
@@ -0,0 +1,14 @@
package com.xueyi.common.core.web.entity.base;
import lombok.Data;
import java.io.Serializable;
@Data
public class ApiEntity implements Serializable {
private static final long serialVersionUID = 1L;
/** devId */
protected String devId;
}
Write
Preview
Loading…
Cancel
Save