| | |
| | | package com.mes.engineering.controller; |
| | | |
| | | |
| | | |
| | | import com.mes.damage.entity.Damage; |
| | | import com.mes.damage.service.DamageService; |
| | | import com.mes.engineering.entity.Engineering; |
| | |
| | | import com.mes.glassinfo.entity.GlassInfo; |
| | | import com.mes.glassinfo.service.GlassInfoService; |
| | | import com.mes.pp.service.OptimizeProjectService; |
| | | import com.mes.temperingglass.entity.TemperingGlassInfo; |
| | | import com.mes.uppattenusage.entity.UpPattenUsage; |
| | | import com.mes.uppattenusage.service.UpPattenUsageService; |
| | | import com.mes.utils.Result; |
| | |
| | | if(work){ |
| | | return Result.build(200, "成功", null); |
| | | }else { |
| | | return Result.build(100, "成功", null); |
| | | return Result.build(100, "失敗", null); |
| | | } |
| | | } |
| | | |