Merge remote-tracking branch 'origin/master'
| | |
| | | import java.net.URLDecoder; |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import javax.servlet.http.HttpServletResponse; |
| | | |
| | | import org.jeecg.common.api.vo.Result; |
| | | import org.jeecg.common.system.query.QueryGenerator; |
| | | import org.jeecg.common.util.oConvertUtils; |
| | |
| | | /**刀具ID*/ |
| | | @Excel(name = "刀具ID", width = 15) |
| | | @ApiModelProperty(value = "刀具ID") |
| | | @Dict(dictTable = "cms_cutting_tool",dicCode = "id",dicText = "cutting_code") |
| | | private String cuttingId; |
| | | /**工件材质*/ |
| | | @Excel(name = "工件材质", width = 15) |