|
|
@ -14,6 +14,7 @@ import com.kms.common.utils.BaseEntityUtils; |
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.PutMapping; |
|
|
@ -85,6 +86,7 @@ public class BsSgcJsjdBuiProgressInfoController extends BaseController |
|
|
|
@Log(title = "进度填报详情新增", businessType = BusinessType.INSERT) |
|
|
|
@PostMapping |
|
|
|
@ApiOperation("进度填报详情新增") |
|
|
|
@Transactional |
|
|
|
public AjaxResult add(@RequestBody BsSgcJsjdBuiProgressInfo bsSgcJsjdBuiProgressInfo) |
|
|
|
{ |
|
|
|
BaseEntityUtils.preInsert(bsSgcJsjdBuiProgressInfo); |
|
|
|