|
@@ -68,7 +68,7 @@ type SheetItem struct {
|
|
|
CalcChain string `description:"计算公式"`
|
|
|
ModifyTime time.Time `description:"最近修改日期" json:"-"`
|
|
|
CreateTime time.Time `description:"创建日期"`
|
|
|
- Data *ExcelSheetData `description:"excel的数据"`
|
|
|
+ Data *ExcelSheetData `gorm:"-" description:"excel的数据"`
|
|
|
}
|
|
|
|
|
|
// GetAllSheetItemList 根据excel_id获取所有的sheet详情
|