bussiness

package
v0.0.2-0...-1946942 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CodeStencilService

type CodeStencilService struct {
}

func (CodeStencilService) CreateCode

func (this CodeStencilService) CreateCode(sUserId string, param CreateCodeInfo) *MsgEmity

*

  • 创建代码

func (CodeStencilService) Down

func (this CodeStencilService) Down(filePaht string)

*

  • 创建代码

func (CodeStencilService) ValidCode

func (this CodeStencilService) ValidCode(sUserId string, param CreateCodeInfo) *MsgEmity

*

  • 测试代码

type CreateCodeInfo

type CreateCodeInfo struct {
	GdbSequence    string              `json:"dbSequence"`
	GtableInfoList []string            `json:"tableInfoList"`
	Gtemplets      []string            `json:"templets"`
	GcustomInfo    []map[string]string `json:"customInfo"` //模板列表
	GdbInfo        model.DBInfo        `json:"dbInfos"`
	GsCode         string              `json:"sCode"` //特定代码
}

Jump to

Keyboard shortcuts

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