dept.go 209 B

12345678910111213
  1. package handler
  2. import (
  3. model2 "cold-logistics/common/model"
  4. coreModel "gogs.baozhida.cn/zoie/OAuth-core/model"
  5. )
  6. type SysDept struct {
  7. model2.Model
  8. coreModel.Dept
  9. model2.ControlBy
  10. model2.ModelTime
  11. }