modify mongoctl

This commit is contained in:
sk 2025-01-10 13:19:53 +08:00
parent 84ef19185d
commit c9c024952f
2 changed files with 3 additions and 5 deletions

View File

@ -20,8 +20,7 @@ func New${VarDaoClassName}(db *mongo.Database) *${VarDaoClassName} {
const CounterInternalTemplate = `
// --------------------------------------------------------------------------------------------------
// The following code is automatically generated by the mongo-dao-generator tool.
// Please do not modify this code manually to avoid being overwritten in the next generation.
// For more tool details, please click the link to view https://github.com/dobyte/mongo-dao-generator
// Please do not modify this code manually to avoid being overwritten in the next generation.
// --------------------------------------------------------------------------------------------------
package internal

View File

@ -56,9 +56,8 @@ func New${VarDaoClassName}(db *mongo.Database, c *mongo.Collection) (*${VarDaoCl
const InternalTemplate = `
// --------------------------------------------------------------------------------------------
// The following code is automatically generated by the mongo-dao-generator tool.
// Please do not modify this code manually to avoid being overwritten in the next generation.
// For more tool details, please click the link to view https://github.com/dobyte/mongo-dao-generator
// The following code is automatically generated by the mongoctl tool.
// Please do not modify this code manually to avoid being overwritten in the next generation.
// --------------------------------------------------------------------------------------------
package internal