| | |
| | | // @Summary 获取编码列表 |
| | | // @Produce application/json |
| | | // @Param object query request.GetCodeList true "参数" |
| | | // @Success 200 {object} util.ResponseList{data=[]code.CodeStandard} |
| | | // @Success 200 {object} response.Response{data=[]code.CodeStandard} |
| | | // |
| | | // @Router /code/getCodeList [get] |
| | | func (ca *CodeApi) GetCodeList(c *gin.Context) { |
| | |
| | | // @Summary 获取自动编码 |
| | | // @Produce application/json |
| | | // @Param object body code.CodeStandard true "参数" |
| | | // @Success 200 {object} util.ResponseList{data=map[string]interface{}} |
| | | // @Success 200 {object} response.Response{data=map[string]interface{}} |
| | | // |
| | | // @Router /code/getAutoCode [post] |
| | | func (ca *CodeApi) GetAutoCode(c *gin.Context) { |