2 İşlemeler

Yazar SHA1 Mesaj Tarih
  张庆宇 904c59d0df 11 3 hafta önce
  张庆宇 be7d6aee0c 11 3 hafta önce

+ 7
- 0
README.md Dosyayı Görüntüle

@@ -0,0 +1,7 @@
1
+# Vue 3 + Vite
2
+
3
+This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
+
5
+## Recommended IDE Setup
6
+
7
+- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

src/main/java/com/example/backend/entity/pccontract/SalesContract.java → src/main/java/com/example/backend/entity/pccontract/PurchaseContract.java Dosyayı Görüntüle

@@ -13,7 +13,7 @@ import java.util.Date;
13 13
  */
14 14
 @Data
15 15
 @TableName("sales_contract")
16
-public class SalesContract {
16
+public class PurchaseContract {
17 17
 
18 18
     /**
19 19
      * 合同ID

Loading…
İptal
Kaydet