@@ -16,9 +16,6 @@ import javax.validation.constraints.Pattern; | |||
@Accessors(chain = true) | |||
public class InvwTransferApplyDetailsModel { | |||
@ApiModelProperty(value = "调拨明细id,修改时不为空") | |||
private String id; | |||
@ApiModelProperty(value = "起始号段") | |||
@NotBlank(message = "开始号段不能为空") | |||
@Pattern(regexp = "^[0-9]*$", message = "号段只能由0-9组成") |