@@ -20,7 +20,7 @@ import java.util.List;
@AllArgsConstructor
public class PtlAgreementProductCostsNew {
- @TableId(value = "id")
+ @TableId(value = "id",type= IdType.AUTO)
private String id;
@ApiModelProperty(value = "协议id")