国内LNG销售

This commit is contained in:
2026-02-02 16:44:21 +08:00
parent c211318fea
commit 82c3d7405c

View File

@ -35,6 +35,7 @@ public class LngContractSalesLngSta implements Serializable {
* 主键
*/
@ApiModelProperty("主键")
@TableId
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Long id;
@ -42,7 +43,6 @@ public class LngContractSalesLngSta implements Serializable {
* 合同-档案主键
*/
@ApiModelProperty("合同-档案主键")
@TableId
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Long kId;