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