Commit 367e2eb3 by wangtian

新增条咨询中心→物流→条形码生成功能

parent 93acf01f
......@@ -6,7 +6,7 @@ import lombok.Getter;
import lombok.Setter;
/**
* Created by naihe on 2019/9/16.
* Created by zyf on 2021/12/10.
*/
@Setter
@Getter
......
......@@ -9,11 +9,10 @@ import org.hibernate.validator.constraints.NotBlank;
import java.io.Serializable;
/**
* Created by naihe on 2019/9/7.
* Created by zyf on 2021/12/10.
*/
@Setter
@Getter
@ApiModel(value = "CheckAIIO")
public class CheckAIVo implements Serializable {
@NotBlank(message = "AI标识符不能为空!!!")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment