This commit is contained in:
eson
2023-06-19 10:12:58 +08:00
parent c5ecca3da2
commit 038d2d36a4
225 changed files with 419 additions and 314 deletions

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,8 +1,9 @@
package model
package gmodel
import (
"gorm.io/gorm"
"time"
"gorm.io/gorm"
)
// fs_cart 购物车

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,8 +1,9 @@
package model
package gmodel
import (
"gorm.io/gorm"
"time"
"gorm.io/gorm"
)
// fs_deliver 发货表 云仓 直发 通用(已废弃)

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,8 +1,9 @@
package model
package gmodel
import (
"gorm.io/gorm"
"time"
"gorm.io/gorm"
)
// fs_order

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"gorm.io/gorm"

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

View File

@@ -1,8 +1,9 @@
package model
package gmodel
import (
"gorm.io/gorm"
"time"
"gorm.io/gorm"
)
// fs_product_design 产品设计表

View File

@@ -1,2 +1,3 @@
package model
// TODO: 使用model的属性做你想做的
package gmodel
// TODO: 使用model的属性做你想做的

Some files were not shown because too many files have changed in this diff Show More