列表返回字段添加createUserId
This commit is contained in:
@ -97,4 +97,6 @@ public class LngContractPageVo {
|
||||
*/
|
||||
@ApiModelProperty("自主托运")
|
||||
private String transName;
|
||||
|
||||
private Long createUserId;
|
||||
}
|
||||
|
||||
@ -74,5 +74,7 @@ public class LngScorePageVo {
|
||||
*/
|
||||
@ApiModelProperty("备注")
|
||||
private String note;
|
||||
|
||||
private Long createUserId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user