Browse Source

tijiao

recovery
wang0018 4 years ago
parent
commit
9726799e8d
  1. 2
      tcm/src/main/java/com/ccsens/tcm/bean/dto/QuestionDto.java
  2. 4
      tcm/src/main/resources/application.yml

2
tcm/src/main/java/com/ccsens/tcm/bean/dto/QuestionDto.java

@ -20,6 +20,6 @@ public class QuestionDto {
@ApiModelProperty("试题code")
private String code;
@ApiModelProperty("第几次录入信息,默认为0查询第一次")
private Integer nums = 0;
private Integer nums;
}
}

4
tcm/src/main/resources/application.yml

@ -1,5 +1,5 @@
spring:
profiles:
active: dev
include: common, util-dev
active: green
include: common, util-green

Loading…
Cancel
Save