Merge branch 'dev' of http://47.94.165.164:13000/geg-gas/geg-gas-pcitc into dev
This commit is contained in:
@ -28,7 +28,7 @@ import com.pictc.annotations.datalog.ValueDirectionType;
|
|||||||
* @Version 1.0
|
* @Version 1.0
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@LogTable(source="lng_score_dtl",name="客户评价")
|
@LogTable(source="lng_score_dtl",name="客户评价项")
|
||||||
public class UpdateLngScoreDtlDto implements Serializable {
|
public class UpdateLngScoreDtlDto implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|||||||
@ -63,10 +63,18 @@ public class LngScoreDtlVo {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 评分部门(只读)
|
* 评分部门(只读)
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty("评分部门(只读)")
|
@ApiModelProperty("评分部门(只读)")
|
||||||
private String eDeptCode;
|
@Trans(type = TransType.DEPT_BY_CODE, transToFieldName = "eDeptName")
|
||||||
|
private String eDeptCode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 评分部门(只读)
|
||||||
|
*/
|
||||||
|
@ApiModelProperty("评分部门(只读)")
|
||||||
|
private String eDeptName;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -28,7 +28,7 @@ import com.pictc.annotations.datalog.ValueDirectionType;
|
|||||||
* @Version 1.0
|
* @Version 1.0
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@LogTable(source="lng_score_dtl",name="供应商评价")
|
@LogTable(source="lng_score_dtl",name="供应商评价项")
|
||||||
public class UpdateLngScoreDtlDto implements Serializable {
|
public class UpdateLngScoreDtlDto implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|||||||
@ -28,7 +28,7 @@ import com.pictc.annotations.datalog.ValueDirectionType;
|
|||||||
* @Version 1.0
|
* @Version 1.0
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@LogTable(source="lng_supplier_bank",name="供应商")
|
@LogTable(source="lng_supplier_bank",name="供应商银行")
|
||||||
public class UpdateLngSupplierBankDto implements Serializable {
|
public class UpdateLngSupplierBankDto implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|||||||
@ -18,7 +18,7 @@ import lombok.Data;
|
|||||||
* @Version 1.0
|
* @Version 1.0
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@LogTable(source="lng_supplier_contact",name="供应商")
|
@LogTable(source="lng_supplier_contact",name="供应商联系人")
|
||||||
public class UpdateLngSupplierContactDto implements Serializable {
|
public class UpdateLngSupplierContactDto implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|||||||
@ -22,7 +22,7 @@ import lombok.Data;
|
|||||||
* @Version 1.0
|
* @Version 1.0
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@LogTable(source="lng_supplier_doc",name="供应商")
|
@LogTable(source="lng_supplier_doc",name="供应商资质证书")
|
||||||
public class UpdateLngSupplierDocDto implements Serializable {
|
public class UpdateLngSupplierDocDto implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|||||||
@ -64,8 +64,15 @@ public class LngScoreDtlVo {
|
|||||||
* 评分部门(只读)
|
* 评分部门(只读)
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty("评分部门(只读)")
|
@ApiModelProperty("评分部门(只读)")
|
||||||
|
@Trans(type = TransType.DEPT_BY_CODE, transToFieldName = "eDeptName")
|
||||||
private String eDeptCode;
|
private String eDeptCode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 评分部门(只读)
|
||||||
|
*/
|
||||||
|
@ApiModelProperty("评分部门(只读)")
|
||||||
|
private String eDeptName;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 显示顺序
|
* 显示顺序
|
||||||
|
|||||||
Reference in New Issue
Block a user