vo

package
v1.9.5 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package vo 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    // 库存
}

GoodsRep .

type OrderRep

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

OrderRep .

Jump to

Keyboard shortcuts

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