- // =================================================================================
- // This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
- // =================================================================================
- package product_rule
- import (
- "demo/api/product_rule"
- )
- type ControllerV1 struct{}
- func NewV1() product_rule.IProductRuleV1 {
- return &ControllerV1{}
- }
|