interface-delete.tpl 410 B

12345
  1. Delete(ctx context.Context, {{.lowerStartCamelPrimaryKey}} {{.dataType}}) error
  2. DeleteWithTx(ctx context.Context, session sqlx.Session, {{.lowerStartCamelPrimaryKey}} {{.dataType}}) error
  3. BatchDelete(ctx context.Context, {{.lowerStartCamelPrimaryKey}}s []{{.dataType}}) error
  4. BatchDeleteWithTx(ctx context.Context, session sqlx.Session, {{.lowerStartCamelPrimaryKey}}s []{{.dataType}}) error
  5. TableName() string