Bladeren bron

Merge branch 'dev' of http://git.ycjcjy.com/SpaceOfCheng/services into dev

zjxpcyc 6 jaren geleden
bovenliggende
commit
f4fa666866
3 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  1. 2
    0
      models/model/ta_customer_card.go
  2. 2
    0
      models/model/ta_customer_coupon.go
  3. 2
    0
      models/model/ta_customer_gym.go

+ 2
- 0
models/model/ta_customer_card.go Bestand weergeven

@@ -9,6 +9,8 @@ type TaCustomerCard struct {
9 9
 	CardId           string    `xorm:"VARCHAR(64)"`
10 10
 	CustomerCardName string    `xorm:"VARCHAR(64)"`
11 11
 	CustomerId       string    `xorm:"VARCHAR(64)"`
12
+	SalesId          string    `xorm:"VARCHAR(64)"`
13
+	SalesName        string    `xorm:"VARCHAR(32)"`
12 14
 	StartDate        time.Time `xorm:"DATETIME"`
13 15
 	EndDate          time.Time `xorm:"DATETIME"`
14 16
 	Status           int       `xorm:"SMALLINT(6)"`

+ 2
- 0
models/model/ta_customer_coupon.go Bestand weergeven

@@ -9,6 +9,8 @@ type TaCustomerCoupon struct {
9 9
 	CouponId           string    `xorm:"VARCHAR(64)"`
10 10
 	CustomerCouponName string    `xorm:"VARCHAR(64)"`
11 11
 	CustomerId         string    `xorm:"VARCHAR(64)"`
12
+	SalesId            string    `xorm:"VARCHAR(64)"`
13
+	SalesName          string    `xorm:"VARCHAR(32)"`
12 14
 	StartDate          time.Time `xorm:"DATETIME"`
13 15
 	EndDate            time.Time `xorm:"DATETIME"`
14 16
 	Status             int       `xorm:"SMALLINT(6)"`

+ 2
- 0
models/model/ta_customer_gym.go Bestand weergeven

@@ -9,6 +9,8 @@ type TaCustomerGym struct {
9 9
 	GymCardId       string    `xorm:"VARCHAR(64)"`
10 10
 	CustomerGymName string    `xorm:"VARCHAR(64)"`
11 11
 	CustomerId      string    `xorm:"VARCHAR(64)"`
12
+	SalesId         string    `xorm:"VARCHAR(64)"`
13
+	SalesName       string    `xorm:"VARCHAR(32)"`
12 14
 	StartDate       time.Time `xorm:"DATETIME"`
13 15
 	EndDate         time.Time `xorm:"DATETIME"`
14 16
 	Status          int       `xorm:"SMALLINT(6)"`