Documentation ¶
Index ¶
- func BatchDeleteByCells(db *gorm.DB, cellIDs []uint32) (bool, error)
- func BatchDeleteByMaterials(db *gorm.DB, materialIDs []int64) (bool, error)
- func Create(db *gorm.DB, cellID uint32, materialID int64) (bool, error)
- func Delete(db *gorm.DB, cellID uint32, materialID int64) (bool, error)
- func IsExit(db *gorm.DB, cellID uint32, materialID int64) (bool, error)
- func IsExitByCells(db *gorm.DB, cellIDs []uint32) (bool, error)
- func Update(db *gorm.DB, id int, updateMap map[string]interface{}) (bool, error)
- type CellMaterial
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BatchDeleteByMaterials ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.