自动化立体仓库 - WMS系统
pang.jiabao
3 天以前 f2d4fd6447ceb34b0c02c749f4f9b762a2fed10b
src/main/java/com/zy/asrs/entity/WrkDetl.java
@@ -9,12 +9,15 @@
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.experimental.Accessors;
import org.springframework.beans.BeanUtils;
import java.io.Serializable;
import java.text.SimpleDateFormat;
import java.util.Date;
@Data
@Accessors(chain = true)
@TableName("asr_wrk_detl")
public class WrkDetl implements Serializable {
@@ -399,7 +402,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source,this);
    }
}