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
|
||||
*/
|
||||
@Data
|
||||
@LogTable(source="lng_score_dtl",name="客户评价")
|
||||
@LogTable(source="lng_score_dtl",name="客户评价项")
|
||||
public class UpdateLngScoreDtlDto implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@ -63,10 +63,18 @@ public class LngScoreDtlVo {
|
||||
|
||||
|
||||
/**
|
||||
* 评分部门(只读)
|
||||
*/
|
||||
@ApiModelProperty("评分部门(只读)")
|
||||
private String eDeptCode;
|
||||
* 评分部门(只读)
|
||||
*/
|
||||
@ApiModelProperty("评分部门(只读)")
|
||||
@Trans(type = TransType.DEPT_BY_CODE, transToFieldName = "eDeptName")
|
||||
private String eDeptCode;
|
||||
|
||||
/**
|
||||
* 评分部门(只读)
|
||||
*/
|
||||
@ApiModelProperty("评分部门(只读)")
|
||||
private String eDeptName;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user