mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-24 02:59:57 +00:00
14 lines
454 B
Go
14 lines
454 B
Go
// =================================================================================
|
|
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
|
|
// =================================================================================
|
|
|
|
package model
|
|
|
|
import (
|
|
"gfast/app/system/model/internal"
|
|
)
|
|
|
|
// SyncSrcTable is the golang structure for table sync_src_table.
|
|
type SyncSrcTable internal.SyncSrcTable
|
|
|
|
// Fill with you ideas below. |