update
This commit is contained in:
@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class AddLngContractDto extends com.xjrsoft.common.model.base.BaseModel {
|
||||
public class AddLngContractPurDto extends com.xjrsoft.common.model.base.BaseModel {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@ -25,7 +25,7 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
@LogTable(source="lng_contract",name="国内管道气采购")
|
||||
public class UpdateLngContractDto implements Serializable {
|
||||
public class UpdateLngContractPurDto implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@ -1,15 +1,10 @@
|
||||
package com.xjrsoft.module.contract.vo;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import com.xjrsoft.common.annotation.Trans;
|
||||
import com.xjrsoft.common.enums.TransType;
|
||||
import java.time.LocalTime;
|
||||
import java.time.LocalDateTime;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* @title: 分页列表出参
|
||||
* @Author 管理员
|
||||
@ -17,7 +12,7 @@ import java.math.BigDecimal;
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class LngContractPageVo {
|
||||
public class LngContractPurPageVo {
|
||||
|
||||
/**
|
||||
* 主键
|
||||
@ -13,7 +13,7 @@ import lombok.Data;
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class LngContractVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
public class LngContractPurVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
|
||||
/**
|
||||
* 主键
|
||||
Reference in New Issue
Block a user