package com.wms.entity; import com.alibaba.fastjson2.JSON; public class BaseEntity { public String toLoggerString() { return JSON.toJSONString(this); } }