dto

package
v1.7.11 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Code generated by 'freedom new-project infra-example'

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GoodsRep

type GoodsRep struct {
	Id    int
	Name  string // 商品名称
	Price int    // 价格
	Stock int    // 库存
}

type OrderRep

type OrderRep struct {
	Id        int    //订单ID
	GoodsId   int    // 商品ID
	GoodsName string // 商品名称
	Num       int    // 数量
	DateTime  string // 购买时间
}

Jump to

Keyboard shortcuts

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