modify mongoctl
This commit is contained in:
parent
84ef19185d
commit
c9c024952f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue