Documentation
¶
Index ¶
- Constants
- func AddAddressbook(c *gin.Context)
- func AddContacter(c *gin.Context)
- func AddNetdiskDir(c *gin.Context)
- func AddNetdiskFile(c *gin.Context)
- func AddNote(c *gin.Context)
- func AddProc(c *gin.Context)
- func DealProc(c *gin.Context)
- func DeleteAddressbook(c *gin.Context)
- func DeleteContacter(c *gin.Context)
- func DeleteMsg(c *gin.Context)
- func DeleteNetdiskDir(c *gin.Context)
- func DeleteNetdiskFile(c *gin.Context)
- func DeleteNote(c *gin.Context)
- func DeleteProc(c *gin.Context)
- func GetAddressbooks(c *gin.Context)
- func GetContacters(c *gin.Context)
- func GetFileListByDir(c *gin.Context)
- func GetMsgByID(c *gin.Context)
- func GetMsgs(c *gin.Context)
- func GetNetdiskDirTree(c *gin.Context)
- func GetNoteDetail(c *gin.Context)
- func GetNoteList(c *gin.Context)
- func GetProcDetail(c *gin.Context)
- func GetProcDoneList(c *gin.Context)
- func GetProcDoneListDoing(c *gin.Context)
- func GetProcDoneListEnd(c *gin.Context)
- func GetProcModList(c *gin.Context)
- func GetProcTodoList(c *gin.Context)
- func GetRecentContacter(c *gin.Context)
- func MoveToTrash(c *gin.Context)
- func ProcBcms(c *gin.Context)
- func SendMsg(c *gin.Context)
- func SendMsgMobile(c *gin.Context)
- func UpdateAddressbook(c *gin.Context)
- func UpdateNetdiskDir(c *gin.Context)
- func UpdateNetdiskFile(c *gin.Context)
- func UpdateNote(c *gin.Context)
- func UpdateProc(c *gin.Context)
- func UpdateProcBcms(c *gin.Context)
- type AddressbookForm
- type Attachments
- type ContactersForm
- type DealForm
- type MsgResp
- type MsgSendForm
- type NetdiskForm
- type NetdiskTreeForm
- type NoteForm
- type ProcForm
Constants ¶
View Source
const ( SAVENOTSUB = "已保存未提交" COMPLETE = "处理完成" BACKTOBEG = "退回发起人" SUBMIT = "发起事件" SUBAGAIN = "重新上报" AGREE = "同意" INVALID = "作废" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddressbookForm ¶
type Attachments ¶
type ContactersForm ¶
type MsgSendForm ¶
type MsgSendForm struct { ToID string `json:"to_id" form:"to_id"` ToName string `json:"to_name" form:"to_name"` FromID string `json:"from_id" form:"from_id"` FromName string `json:"from_name" form:"from_name"` Title string `json:"title" form:"title"` Content string `json:"content" form:"content"` Attachments []Attachments `json:"fileList" form:"fileList"` }
type NetdiskForm ¶
type NetdiskTreeForm ¶
type ProcForm ¶
type ProcForm struct { ID uint Dm string `json:"dm"` Tbr string `json:"tbr"` Tsr string `json:"tsr"` Mobile string `json:"mobile"` DevID string `json:"devid"` Title string `json:"title"` Xq string `json:"xq"` Bcms string `json:"bcms"` Zp string `json:"zp"` Czr string `json:"czr"` Modifyid uint `json:"modifyid"` SyrName string `json:"syr_name"` Syr string `json:"syr"` //syr mobile Cfwz string `json:"cfwz"` Spyj string `json:"spyj"` }
Click to show internal directories.
Click to hide internal directories.