You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
229 B

package model
// CaseApplyModifyLog .
type CaseApplyModifyLog struct {
CID int64 `json:"case_id"`
AType int8 `json:"apply_type"`
OReason int8 `json:"origin_reason"`
AReason int8 `json:"apply_reason"`
Num int
}