视频任务管理更新

This commit is contained in:
super
2026-07-19 22:23:26 +08:00
parent 69784b8d32
commit cbde22ec79
62 changed files with 2164 additions and 280 deletions
@@ -14,7 +14,7 @@ public class CollectDataSubmitRowDto {
private String brand;
@JsonAlias({"ASIN", "asin"})
@Schema(description = "ASIN", example = "B0XXXXXXX")
@Schema(description = "商品 ASIN", example = "B0XXXXXXX")
private String asin;
@JsonAlias({"价格", "price"})