zy-asrs-framework/src/main/resources/templates/vue/Entity.txt | ●●●●● 补丁 | 查看 | 原始文档 | 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); } }