This commit is contained in:
张秉卓
2025-12-25 18:13:16 +08:00
7 changed files with 24 additions and 9 deletions

View File

@ -28,7 +28,7 @@ import com.pictc.annotations.datalog.ValueDirectionType;
* @Version 1.0
*/
@Data
@LogTable(source="lng_score_dtl",name="客户评价")
@LogTable(source="lng_score_dtl",name="客户评价")
public class UpdateLngScoreDtlDto implements Serializable {
private static final long serialVersionUID = 1L;

View File

@ -66,8 +66,16 @@ public class LngScoreDtlVo {
* 评分部门(只读)
*/
@ApiModelProperty("评分部门(只读)")
@Trans(type = TransType.DEPT_BY_CODE, transToFieldName = "eDeptName")
private String eDeptCode;
/**
* 评分部门(只读)
*/
@ApiModelProperty("评分部门(只读)")
private String eDeptName;
/**
* 显示顺序

View File

@ -28,7 +28,7 @@ import com.pictc.annotations.datalog.ValueDirectionType;
* @Version 1.0
*/
@Data
@LogTable(source="lng_score_dtl",name="供应商评价")
@LogTable(source="lng_score_dtl",name="供应商评价")
public class UpdateLngScoreDtlDto implements Serializable {
private static final long serialVersionUID = 1L;

View File

@ -28,7 +28,7 @@ import com.pictc.annotations.datalog.ValueDirectionType;
* @Version 1.0
*/
@Data
@LogTable(source="lng_supplier_bank",name="供应商")
@LogTable(source="lng_supplier_bank",name="供应商银行")
public class UpdateLngSupplierBankDto implements Serializable {
private static final long serialVersionUID = 1L;

View File

@ -18,7 +18,7 @@ import lombok.Data;
* @Version 1.0
*/
@Data
@LogTable(source="lng_supplier_contact",name="供应商")
@LogTable(source="lng_supplier_contact",name="供应商联系人")
public class UpdateLngSupplierContactDto implements Serializable {
private static final long serialVersionUID = 1L;

View File

@ -22,7 +22,7 @@ import lombok.Data;
* @Version 1.0
*/
@Data
@LogTable(source="lng_supplier_doc",name="供应商")
@LogTable(source="lng_supplier_doc",name="供应商资质证书")
public class UpdateLngSupplierDocDto implements Serializable {
private static final long serialVersionUID = 1L;

View File

@ -64,8 +64,15 @@ public class LngScoreDtlVo {
* 评分部门(只读)
*/
@ApiModelProperty("评分部门(只读)")
@Trans(type = TransType.DEPT_BY_CODE, transToFieldName = "eDeptName")
private String eDeptCode;
/**
* 评分部门(只读)
*/
@ApiModelProperty("评分部门(只读)")
private String eDeptName;
/**
* 显示顺序