consts_gen_service_template_logic.go 587 B

12345678910111213141516171819
  1. // Copyright GoFrame gf Author(https://goframe.org). All Rights Reserved.
  2. //
  3. // This Source Code Form is subject to the terms of the MIT License.
  4. // If a copy of the MIT was not distributed with this file,
  5. // You can obtain one at https://github.com/gogf/gf.
  6. package consts
  7. const TemplateGenServiceLogicContent = `
  8. // ==========================================================================
  9. // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
  10. // ==========================================================================
  11. package {PackageName}
  12. import(
  13. {Imports}
  14. )
  15. `