国内LNG销售
This commit is contained in:
@ -35,6 +35,7 @@ public class LngContractSalesLngSta implements Serializable {
|
|||||||
* 主键
|
* 主键
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty("主键")
|
@ApiModelProperty("主键")
|
||||||
|
@TableId
|
||||||
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
||||||
@ -42,7 +43,6 @@ public class LngContractSalesLngSta implements Serializable {
|
|||||||
* 合同-档案主键
|
* 合同-档案主键
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty("合同-档案主键")
|
@ApiModelProperty("合同-档案主键")
|
||||||
@TableId
|
|
||||||
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
||||||
private Long kId;
|
private Long kId;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user