需求bug

This commit is contained in:
2025-01-09 18:10:24 +08:00
parent 70afa5c332
commit a30c53996e
22 changed files with 391 additions and 155 deletions

View File

@ -28,7 +28,7 @@ public class ZtRelease implements Serializable {
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private String project;
private Integer project;
private Integer product;