Skip to content

Commit 34074ba

Browse files
committed
🌟 want to generic primary key
尝试使用泛型主键,支持修改主键类型
1 parent 5367a70 commit 34074ba

23 files changed

Lines changed: 335 additions & 214 deletions

Blog.Core.Api/Blog.Core.Model.xml

Lines changed: 84 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Blog.Core.Api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700" rel="stylesheet">
2424
<link rel="stylesheet" type="text/css" href="./swagger-ui.css">
2525
<link rel="icon" type="image/png" href="./logo/favicon-32x32.png" sizes="32x32" />
26-
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
26+
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
2727
<style>
2828

2929
html {

0 commit comments

Comments
 (0)