#
Junjie
2024-08-01 c498e4665d7106a999f464918b5c0a2e70665308
#
1个文件已修改
5 ■■■■■ 已修改文件
zy-asrs-framework/src/main/resources/templates/vue/Entity.txt 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-framework/src/main/resources/templates/vue/Entity.txt
@@ -12,6 +12,7 @@
import com.zy.asrs.framework.common.SpringUtils;
import com.zy.asrs.wms.system.service.UserService;
import com.zy.asrs.wms.system.service.HostService;
import com.zy.asrs.common.utils.Synchro;
import java.io.Serializable;
import java.util.Date;
@@ -23,4 +24,8 @@
    private static final long serialVersionUID = 1L;
@{ENTITYCONTENT}
    public void sync(Object source) {
        Synchro.Copy(source, this);
    }
}