Sfoglia il codice sorgente

修改costs 主表自增

785834757 2 anni fa
parent
commit
1c7055f469

+ 1 - 1
src/main/java/com/ydtech/modules/protocols/entity/po/PtlAgreementProductCostsNew.java

@@ -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")