TASK:mannequin;

This commit is contained in:
shahaibo
2025-05-29 16:17:39 +08:00
parent 8003a799c2
commit 276994759e
16 changed files with 229 additions and 98 deletions

View File

@@ -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;
}

View File

@@ -7,4 +7,5 @@ import java.util.List;
@Data
public class ProductImageLikeDTO {
private List<Long> toProductImageResultId;
private Long projectId;
}