添加增新方案

master
whb 11 months ago
parent 412ff76dc4
commit 5fb6fe3923

@ -3,6 +3,9 @@ package com.sztzjy.digital_credit.entity;
import java.util.Date;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.constraints.NotBlank;
/**
*
*
@ -18,7 +21,7 @@ public class StuCreditEnhanceMeasure {
@ApiModelProperty("系统自动评分")
private Integer sysScore;
@NotBlank
@ApiModelProperty("用户ID")
private String userId;
@ -29,9 +32,10 @@ public class StuCreditEnhanceMeasure {
@ApiModelProperty("错误分数")
private Integer errorNumber;
@NotBlank
@ApiModelProperty("归属模块")
private String module;
@NotBlank
@ApiModelProperty("增信方案")
private String enchancePlan;

Loading…
Cancel
Save