model_temp

package
v0.1.1-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Package model_temp This file is generated by Cli, please do not modify

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuyRecordEntity

type BuyRecordEntity struct {
	CreateTime     time.Time `gorm:"column:CreateTime"`
	BuyNumber      int       `gorm:"column:BuyNumber"`
	Type           int       `gorm:"column:Type"`
	FlagDelete     bool      `gorm:"column:FlagDelete"`
	Spend          float64   `gorm:"column:Spend"`
	CustomerId     string    `gorm:"column:CustomerId"`
	Id             string    `gorm:"column:Id"`
	Name           string    `gorm:"column:Name"`
	ProjectId      string    `gorm:"column:ProjectId"`
	SalesMan       string    `gorm:"column:SalesMan"`
	DepartmentId   string    `gorm:"column:DepartmentId"`
	DepartmentName string    `gorm:"column:DepartmentName"`
	EmpeeId        string    `gorm:"column:EmpeeId"`
	Mobile         string    `gorm:"column:Mobile"`
	OrderId        string    `gorm:"column:OrderId"`
}

func (*BuyRecordEntity) TableName

func (*BuyRecordEntity) TableName() string

TableName 表名

type CureEntity

type CureEntity struct {
	CreateTime   time.Time `gorm:"column:createTime"`
	FlagDelete   bool      `gorm:"column:FlagDelete"`
	Money        float64   `gorm:"column:Money"`
	Name         string    `gorm:"column:Name"`
	Id           string    `gorm:"column:Id"`
	DepartmentId string    `gorm:"column:DepartmentId"`
}

func (*CureEntity) TableName

func (*CureEntity) TableName() string

TableName 表名

type CustomerEntity

type CustomerEntity struct {
	CreateTime     time.Time `gorm:"column:CreateTime"`
	UpdateTime     time.Time `gorm:"column:UpdateTime"`
	Age            int       `gorm:"column:Age"`
	FlagDelete     bool      `gorm:"column:FlagDelete"`
	FlagAway       bool      `gorm:"column:FlagAway"`
	SpendMoney     float64   `gorm:"column:SpendMoney"`
	Name           string    `gorm:"column:Name"`
	Mobile         string    `gorm:"column:Mobile"`
	SalesManName   string    `gorm:"column:SalesManName"`
	Id             string    `gorm:"column:Id"`
	Department     string    `gorm:"column:Department"`
	HeadPic        string    `gorm:"column:HeadPic"`
	ReceiveAddress string    `gorm:"column:ReceiveAddress"`
	AwayReason     string    `gorm:"column:AwayReason"`
	HopeSolution   string    `gorm:"column:HopeSolution"`
	HopeIncream    string    `gorm:"column:HopeIncream"`
	SalesManId     string    `gorm:"column:SalesManId"`
}

func (*CustomerEntity) TableName

func (*CustomerEntity) TableName() string

TableName 表名

type DepartmentEntity

type DepartmentEntity struct {
	CreateTime time.Time `gorm:"column:CreateTime"`
	UpdateTime time.Time `gorm:"column:UpdateTime"`
	Limit      int       `gorm:"column:Limit"`
	FlagDelete bool      `gorm:"column:FlagDelete"`
	Name       string    `gorm:"column:Name"`
	Id         string    `gorm:"column:Id"`
	Status     string    `gorm:"column:Status"`
}

func (*DepartmentEntity) TableName

func (*DepartmentEntity) TableName() string

TableName 表名

type FirstBuyEntity

type FirstBuyEntity struct {
	CreateTime            time.Time `gorm:"column:CreateTime"`
	Id                    int       `gorm:"column:Id"`
	CustomerId            int       `gorm:"column:CustomerId"`
	FlagDelete            bool      `gorm:"column:FlagDelete"`
	FlagYa                bool      `gorm:"column:FlagYa"`
	FlagFirstMonthPicture bool      `gorm:"column:FlagFirstMonthPicture"`
	FlagFirstMonthChange  bool      `gorm:"column:FlagFirstMonthChange"`
	FlagReturn            bool      `gorm:"column:FlagReturn"`
	FlagUsedOther         bool      `gorm:"column:FlagUsedOther"`
	UsedHabit             string    `gorm:"column:UsedHabit"`
	EmpId                 string    `gorm:"column:EmpId"`
	BodyStatus            string    `gorm:"column:BodyStatus"`
	SkinType              string    `gorm:"column:SkinType"`
	Wrinkle               string    `gorm:"column:Wrinkle"`
	Drink                 string    `gorm:"column:Drink"`
	FoodLove              string    `gorm:"column:FoodLove"`
	Sleep                 string    `gorm:"column:Sleep"`
	Work                  string    `gorm:"column:Work"`
}

func (*FirstBuyEntity) TableName

func (*FirstBuyEntity) TableName() string

TableName 表名

type FirstMonthEntity

type FirstMonthEntity struct {
	CreateTime         time.Time `gorm:"column:CreateTime"`
	UpdateTime         time.Time `gorm:"column:UpdateTime"`
	FlagDelete         bool      `gorm:"column:FlagDelete"`
	FlagYa             bool      `gorm:"column:FlagYa"`
	FlagUsedNotOld     bool      `gorm:"column:FlagUsedNotOld"`
	FlagReturnHospital bool      `gorm:"column:FlagReturnHospital"`
	FlagChange         bool      `gorm:"column:FlagChange"`
	Id                 string    `gorm:"column:Id"`
	FirstPic           string    `gorm:"column:FirstPic"`
	Habit              string    `gorm:"column:Habit"`
	BodyStatus         string    `gorm:"column:BodyStatus"`
	SkinType           string    `gorm:"column:SkinType"`
	Wrinkle            string    `gorm:"column:Wrinkle"`
	WorkStatus         string    `gorm:"column:WorkStatus"`
	ChangeDetail       string    `gorm:"column:ChangeDetail"`
	EmpId              string    `gorm:"column:EmpId"`
	UsedHuFu           string    `gorm:"column:UsedHuFu"`
	UsedJieMian        string    `gorm:"column:UsedJieMian"`
	UsedHuaZhuang      string    `gorm:"column:UsedHuaZhuang"`
	Drink              string    `gorm:"column:Drink"`
	FoodHabit          string    `gorm:"column:FoodHabit"`
	SleppStatus        string    `gorm:"column:SleppStatus"`
}

func (*FirstMonthEntity) TableName

func (*FirstMonthEntity) TableName() string

TableName 表名

type HuiFangEntity

type HuiFangEntity struct {
	CreaTime              time.Time `gorm:"column:CreaTime"`
	HuiFangTime           time.Time `gorm:"column:HuiFangTime"`
	Id                    int       `gorm:"column:Id"`
	BuyRecordId           int       `gorm:"column:BuyRecordId"`
	DepartmentId          int       `gorm:"column:DepartmentId"`
	FlagDelete            bool      `gorm:"column:FlagDelete"`
	FlagHuiFang           bool      `gorm:"column:FlagHuiFang"`
	HuiFangType           string    `gorm:"column:HuiFangType"`
	HuiFangCustomerMobile string    `gorm:"column:HuiFangCustomerMobile"`
	HuiFangEmpeeId        string    `gorm:"column:HuiFangEmpeeId"`
	HuiFangCustomerName   string    `gorm:"column:HuiFangCustomerName"`
}

func (*HuiFangEntity) TableName

func (*HuiFangEntity) TableName() string

TableName 表名

type PicEntity

type PicEntity struct {
	CreateTime time.Time `gorm:"column:CreateTime"`
	CustomerId int       `gorm:"column:CustomerId"`
	MonthId    int       `gorm:"column:MonthId"`
	FlagDelete bool      `gorm:"column:FlagDelete"`
	Pic        string    `gorm:"column:Pic"`
	Id         string    `gorm:"column:Id"`
}

func (*PicEntity) TableName

func (*PicEntity) TableName() string

TableName 表名

type ProjectEntity

type ProjectEntity struct {
	CreateTime   time.Time `gorm:"column:createTime"`
	UpdateTime   time.Time `gorm:"column:UpdateTime"`
	FlagDelete   bool      `gorm:"column:FlagDelete"`
	Money        float64   `gorm:"column:Money"`
	Name         string    `gorm:"column:Name"`
	Id           string    `gorm:"column:Id"`
	UpdatePerson string    `gorm:"column:UpdatePerson"`
	DepartmentId string    `gorm:"column:DepartmentId"`
}

func (*ProjectEntity) TableName

func (*ProjectEntity) TableName() string

TableName 表名

type SalesManEntity

type SalesManEntity struct {
	CreateTime   time.Time `gorm:"column:CreateTime"`
	FlagDelete   bool      `gorm:"column:FlagDelete"`
	Mobile       string    `gorm:"column:Mobile"`
	DepartmentId string    `gorm:"column:DepartmentId"`
	Id           string    `gorm:"column:Id"`
	Name         string    `gorm:"column:Name"`
}

func (*SalesManEntity) TableName

func (*SalesManEntity) TableName() string

TableName 表名

type SecondMonthEntity

type SecondMonthEntity struct {
	CreateTime         time.Time `gorm:"column:CreateTime"`
	UpdateTime         time.Time `gorm:"column:UpdateTime"`
	CustomerId         int       `gorm:"column:CustomerId"`
	FlagDelete         bool      `gorm:"column:FlagDelete"`
	FlagSkinFuSe       bool      `gorm:"column:FlagSkinFuSe"`
	FlagSkinGuangZe    bool      `gorm:"column:FlagSkinGuangZe"`
	FlagShengLi        bool      `gorm:"column:FlagShengLi"`
	FlagYanSe          bool      `gorm:"column:FlagYanSe"`
	FlagSeBan          bool      `gorm:"column:FlagSeBan"`
	FlagHair           bool      `gorm:"column:FlagHair"`
	FlagNextBuy        bool      `gorm:"column:FlagNextBuy"`
	FlagReturnHospital bool      `gorm:"column:FlagReturnHospital"`
	FlagYa             bool      `gorm:"column:FlagYa"`
	Id                 string    `gorm:"column:Id"`
	SecondRemind       string    `gorm:"column:SecondRemind"`
	DispleasureResson  string    `gorm:"column:DispleasureResson"`
	Solution           string    `gorm:"column:Solution"`
	Other              string    `gorm:"column:Other"`
	FangSaiFeel        string    `gorm:"column:FangSaiFeel"`
	EmpId              string    `gorm:"column:EmpId"`
	BodyStatus         string    `gorm:"column:BodyStatus"`
	FoodLove           string    `gorm:"column:FoodLove"`
	SkinType           string    `gorm:"column:SkinType"`
	Drink              string    `gorm:"column:Drink"`
	Wrinkle            string    `gorm:"column:Wrinkle"`
}

func (*SecondMonthEntity) TableName

func (*SecondMonthEntity) TableName() string

TableName 表名

type TaskEntity

type TaskEntity struct {
	CreateTime     time.Time `gorm:"column:CreateTime"`
	TaskTime       time.Time `gorm:"column:TaskTime"`
	Number         int       `gorm:"column:Number"`
	FactToal       int       `gorm:"column:FactToal"`
	FactMoney      string    `gorm:"column:FactMoney"`
	FlagDelete     bool      `gorm:"column:FlagDelete"`
	Id             string    `gorm:"column:Id"`
	DepartmentId   string    `gorm:"column:DepartmentId"`
	DepartmentName string    `gorm:"column:DepartmentName"`
	ProjectName    string    `gorm:"column:ProjectName"`
}

func (*TaskEntity) TableName

func (*TaskEntity) TableName() string

TableName 表名

type ThirdMonthEntity

type ThirdMonthEntity struct {
	CreateTime         time.Time `gorm:"column:CreateTime"`
	UpdateTime         time.Time `gorm:"column:UpdateTime"`
	CustomerId         int       `gorm:"column:CustomerId"`
	FlagDelete         bool      `gorm:"column:FlagDelete"`
	FlagSkinXini       bool      `gorm:"column:FlagSkinXini"`
	FlagBan            bool      `gorm:"column:FlagBan"`
	FlagReturnHospital bool      `gorm:"column:FlagReturnHospital"`
	FlagSkinHouDu      bool      `gorm:"column:FlagSkinHouDu"`
	FlagYeShi          bool      `gorm:"column:FlagYeShi"`
	FlagQuBan          bool      `gorm:"column:FlagQuBan"`
	FangSaiFeel        bool      `gorm:"column:FangSaiFeel"`
	FlagPingHuan       bool      `gorm:"column:FlagPingHuan"`
	FlagNextBuy        bool      `gorm:"column:FlagNextBuy"`
	FlagYa             bool      `gorm:"column:FlagYa"`
	Id                 string    `gorm:"column:Id"`
	DispleasureResson  string    `gorm:"column:DispleasureResson"`
	Solution           string    `gorm:"column:Solution"`
	Other              string    `gorm:"column:Other"`
	EmpId              string    `gorm:"column:EmpId"`
	BodyStatus         string    `gorm:"column:BodyStatus"`
	Wrinkle            string    `gorm:"column:Wrinkle"`
	Drink              string    `gorm:"column:Drink"`
	FoodLove           string    `gorm:"column:FoodLove"`
	SkinType           string    `gorm:"column:SkinType"`
}

func (*ThirdMonthEntity) TableName

func (*ThirdMonthEntity) TableName() string

TableName 表名

type UpdateRecord

type UpdateRecord struct {
	CreateTime time.Time `gorm:"column:CreateTime"`
	Id         string    `gorm:"column:Id"`
	EmpId      string    `gorm:"column:EmpId"`
	CustomerId string    `gorm:"column:CustomerId"`
	Change     string    `gorm:"column:Change"`
	FlagDelete string    `gorm:"column:FlagDelete"`
}

func (*UpdateRecord) TableName

func (*UpdateRecord) TableName() string

TableName 表名

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL