finance
黄伟 2 years ago
parent 85fe062778
commit b920b708a6

@ -82,8 +82,15 @@ func (*category) Import(ctx context.Context, args []ArgsCategoryImport) (err err
return
}
type ArgsCategoryExport struct {
First string
Second string
Third string
SupplyCategoryId uint
}
// Export @Title 导出
func (*category) Export(ctx context.Context) (reply []ArgsCategoryImport, err error) {
func (*category) Export(ctx context.Context) (reply []ArgsCategoryExport, err error) {
args := 0
xClient, err := client.GetClient(ctx)
if err != nil {

Loading…
Cancel
Save