列表返回字段添加createUserId

This commit is contained in:
2026-01-27 17:31:33 +08:00
parent 31904e4c3c
commit 62e9134209
3 changed files with 5 additions and 1 deletions

View File

@ -97,4 +97,6 @@ public class LngContractPageVo {
*/
@ApiModelProperty("自主托运")
private String transName;
private Long createUserId;
}