TASK:mannequin;
This commit is contained in:
@@ -22,4 +22,6 @@ public class DisDesignLikeDTO {
|
||||
@NotBlank(message = "timeZone.cannot.be.empty")
|
||||
@ApiModelProperty("本地时区,比如 'Asia/Tokyo' 东京时间 , 'Asia/Shanghai' 北京时间 由js本地获取")
|
||||
private String timeZone;
|
||||
|
||||
private Long projectId;
|
||||
}
|
||||
|
||||
@@ -7,4 +7,5 @@ import java.util.List;
|
||||
@Data
|
||||
public class ProductImageLikeDTO {
|
||||
private List<Long> toProductImageResultId;
|
||||
private Long projectId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user