微调
This commit is contained in:
@@ -91,8 +91,8 @@ public class PqDevParam {
|
||||
@ApiModelProperty("样品编号")
|
||||
private String sampleId;
|
||||
|
||||
@ApiModelProperty(value = "送样日期", required = false)
|
||||
@DateTimeStrValid(format = "yyyy-MM-dd", message = MachineValidMessage.ARRIVEDATETIME_FORMAT_ERROR)
|
||||
@ApiModelProperty(value = "送样日期")
|
||||
@DateTimeStrValid(message = MachineValidMessage.ARRIVE_DATE_TIME_FORMAT_ERROR)
|
||||
private String arrivedDate;
|
||||
|
||||
@ApiModelProperty("所属地市名称")
|
||||
|
||||
@@ -48,5 +48,5 @@ public interface MachineValidMessage {
|
||||
|
||||
String RECHECK_NUM_NOT_NULL = "复检次数不能为空,请检查reCheckNum参数";
|
||||
|
||||
String ARRIVEDATETIME_FORMAT_ERROR = "送样日期格式错误,请检查arrivedDateTime参数";
|
||||
String ARRIVE_DATE_TIME_FORMAT_ERROR = "送样日期格式错误,请检查arrivedDateTime参数";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user