origin.go 260 B

12345678910
  1. package sb
  2. type KjLrbOrigin struct {
  3. GsBaseModel
  4. ComKj string `json:"comKj"`
  5. ComId uint `json:"com_id"` //
  6. Name string `json:"name"` // 项目
  7. Type int `json:"type"` // 项目
  8. SubjectId uint `json:"subjectId"` //
  9. }